bugfix: create app modal always appears on homescreen
This commit is contained in:
parent
33b86cc656
commit
7f2041ff16
|
@ -37,7 +37,9 @@
|
|||
if (keys.userId) {
|
||||
hasKey = true
|
||||
analytics.identify(keys.userId)
|
||||
} else {
|
||||
}
|
||||
|
||||
if (!keys.budibase) {
|
||||
showCreateAppModal()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue