1
0
Fork 0
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 
This commit is contained in:
Bram Wiepjes 2024-05-24 09:00:25 +00:00
commit 433bc6ad64

View file

@ -44,7 +44,7 @@ export default {
hasPremium() {
return this.$hasFeature(
PremiumFeatures.PREMIUM,
this.database.workspace_id
this.database.workspace.id
)
},
workspace() {