diff --git a/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue b/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue index bb031307d3..b415c40bb9 100644 --- a/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue +++ b/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue @@ -16,7 +16,6 @@ const { refreshCommandPalette } = useCommandPalette() const viewsStore = useViewsStore() const { loadViews, navigateToView } = viewsStore -const { aiIntegrationAvailable } = useNocoAi() const { isFeatureEnabled } = useBetaFeatureToggle() const table = inject(SidebarTableInj)! @@ -197,7 +196,7 @@ async function onOpenModal({ -