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