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
1 changed files with 3 additions and 1 deletions

View File

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