Merge pull request #14109 from Budibase/fix/relationship-builder

Fix for builder relationship picker
This commit is contained in:
deanhannigan 2024-07-05 10:56:32 +01:00 committed by GitHub
commit edacc1ee9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
if ( if (
tables.find( tables.find(
table => table =>
table._id === datasource.tableId && table._id === datasource?.tableId &&
table.sourceId === DEFAULT_BB_DATASOURCE_ID table.sourceId === DEFAULT_BB_DATASOURCE_ID
) && ) &&
!schemaFields.some(field => field.name === "_id") !schemaFields.some(field => field.name === "_id")