Fix bug
This commit is contained in:
parent
00f6f84b35
commit
3f9e6c548d
|
@ -216,7 +216,7 @@ export async function enrichSchema(
|
||||||
if (schema[key].type === FieldType.LINK) {
|
if (schema[key].type === FieldType.LINK) {
|
||||||
schema[key].columns = await populateRelTableSchema(
|
schema[key].columns = await populateRelTableSchema(
|
||||||
schema[key].tableId,
|
schema[key].tableId,
|
||||||
viewSchema[key].columns || {}
|
viewSchema[key]?.columns || {}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue