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