Merge branch 'master' into fix/squash-oldrow-in-external-row-controller
This commit is contained in:
commit
92b7648031
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue