migrate-to-nuxt-useappconfig (#263)
* migrate-to-nuxt-useappconfig * defineAppConfig --------- Co-authored-by: Forms Dev <chirag+new@notionforms.io>
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
aiFeaturesEnabled () {
|
||||
return useConfig().ai_features_enabled
|
||||
return useAppConfig().ai_features_enabled
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user