Exclude formulas
This commit is contained in:
parent
daa152183c
commit
c77ec0d17a
|
@ -163,7 +163,7 @@ export async function enrichRelationshipSchema(
|
|||
|
||||
for (const relTableFieldName of Object.keys(relTable.schema)) {
|
||||
const relTableField = relTable.schema[relTableFieldName]
|
||||
if (relTableField.type === FieldType.LINK) {
|
||||
if ([FieldType.LINK, FieldType.FORMULA].includes(relTableField.type)) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue