Fix types

This commit is contained in:
Adria Navarro 2024-12-24 12:03:56 +01:00
parent 5add833603
commit d117ac8feb
1 changed files with 1 additions and 1 deletions

View File

@ -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 =