mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 15:47:32 +00:00
Merge branch 'fix-workspace-premium-check-ai-formula' into 'develop'
Fix workspace premium check for AI formula See merge request baserow/baserow!2406
This commit is contained in:
commit
433bc6ad64
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default {
|
|||
hasPremium() {
|
||||
return this.$hasFeature(
|
||||
PremiumFeatures.PREMIUM,
|
||||
this.database.workspace_id
|
||||
this.database.workspace.id
|
||||
)
|
||||
},
|
||||
workspace() {
|
||||
|
|
Loading…
Add table
Reference in a new issue