1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

bugfix: create app modal always appears on homescreen

This commit is contained in:
Michael Shanks 2020-10-01 09:28:55 +01:00
parent 8427fc3d24
commit 50494e6136

View file

@ -37,7 +37,9 @@
if (keys.userId) {
hasKey = true
analytics.identify(keys.userId)
} else {
}
if (!keys.budibase) {
showCreateAppModal()
}
}