Fix types
This commit is contained in:
parent
5add833603
commit
d117ac8feb
|
@ -90,7 +90,7 @@ export function enrichSchemaWithRelColumns(
|
||||||
|
|
||||||
export function getRelatedTableValues(
|
export function getRelatedTableValues(
|
||||||
row: Row,
|
row: Row,
|
||||||
field: UIFieldSchema,
|
field: UIFieldSchema & { related: { field: string; subField: string } },
|
||||||
fromField: UIFieldSchema
|
fromField: UIFieldSchema
|
||||||
) {
|
) {
|
||||||
const fromSingle =
|
const fromSingle =
|
||||||
|
|
Loading…
Reference in New Issue