Merge branch 'master' into fix/squash-oldrow-in-external-row-controller

This commit is contained in:
Michael Drury 2024-07-05 11:07:29 +01:00 committed by GitHub
commit 92b7648031
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 (
tables.find(
table =>
table._id === datasource.tableId &&
table._id === datasource?.tableId &&
table.sourceId === DEFAULT_BB_DATASOURCE_ID
) &&
!schemaFields.some(field => field.name === "_id")