1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Fix race condition crash on initial builder data page load

This commit is contained in:
Andrew Kingston 2021-11-16 13:12:05 +00:00
parent 96fdcb6d93
commit 4e4e07d1f2

View file

@ -7,7 +7,7 @@
let modal
$: setupComplete =
$datasources.list.find(x => (x._id = "bb_internal")).entities.length > 1 ||
$datasources.list.find(x => (x._id = "bb_internal"))?.entities.length > 1 ||
$datasources.list.length > 1
onMount(() => {