Merge pull request #14109 from Budibase/fix/relationship-builder
Fix for builder relationship picker
This commit is contained in:
commit
edacc1ee9f
|
@ -31,7 +31,7 @@
|
|||
if (
|
||||
tables.find(
|
||||
table =>
|
||||
table._id === datasource.tableId &&
|
||||
table._id === datasource?.tableId &&
|
||||
table.sourceId === DEFAULT_BB_DATASOURCE_ID
|
||||
) &&
|
||||
!schemaFields.some(field => field.name === "_id")
|
||||
|
|
Loading…
Reference in New Issue