Templates pages migration (#275)

This commit is contained in:
formsdev
2024-01-05 15:30:34 +05:30
committed by GitHub
parent 04170ca9fb
commit 9c7d46b53b
5 changed files with 121 additions and 139 deletions

View File

@@ -203,7 +203,7 @@ export default {
return !this.appStore.navbarHidden
},
userOnboarded() {
return this.user && this.user.workspaces_count > 0
return this.user && this.user.has_forms === true
},
hasCrisp() {
return this.config.crispWebsiteId