diff --git a/packages/nc-gui/components/dashboard/settings/DataSources.vue b/packages/nc-gui/components/dashboard/settings/DataSources.vue index ca3590b035..b9a2bfe9c2 100644 --- a/packages/nc-gui/components/dashboard/settings/DataSources.vue +++ b/packages/nc-gui/components/dashboard/settings/DataSources.vue @@ -25,6 +25,8 @@ const { isDataSourceLimitReached } = storeToRefs(basesStore) const baseStore = useBase() const { base } = storeToRefs(baseStore) +const { isUIAllowed } = useRoles() + const { projectPageTab } = storeToRefs(useConfigStore()) const { refreshCommandPalette } = useCommandPalette() @@ -270,7 +272,7 @@ const openedTab = ref('erd') - -
- - -
- {{ tab.title }} +