fix: various gating

This commit is contained in:
mertmit
2026-04-15 08:26:26 +00:00
parent 910c37d20a
commit 9873330cba
3 changed files with 22 additions and 3 deletions

View File

@@ -90,6 +90,8 @@ export const useEeConfig = createSharedComposable(() => {
const blockAiChat = computed(() => true)
const blockAiIntegrations = computed(() => true)
const blockDocAi = computed(() => true)
const blockButtonVisibility = computed(() => true)
@@ -212,6 +214,8 @@ export const useEeConfig = createSharedComposable(() => {
const showUpgradeToUseAiChat = (..._args: any[]) => {}
const showUpgradeToUseAiIntegrations = (..._args: any[]) => {}
const showUpgradeToUseDocAi = (..._args: any[]) => {}
const showUpgradeToUseButtonVisibility = (..._args: any[]) => {}
@@ -358,6 +362,8 @@ export const useEeConfig = createSharedComposable(() => {
showUpgradeToUseAiButtonField,
blockAiChat,
showUpgradeToUseAiChat,
blockAiIntegrations,
showUpgradeToUseAiIntegrations,
blockDocAi,
showUpgradeToUseDocAi,
blockButtonVisibility,