diff --git a/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue b/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue index d238670272..8c77a4a115 100644 --- a/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue +++ b/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue @@ -4,15 +4,12 @@ const projectStore = useProject() const { appInfo } = useGlobal() -const { activeWorkspace, isWorkspaceLoading, isWorkspaceOwnerOrCreator, isWorkspaceSettingsPageOpened } = - storeToRefs(workspaceStore) +const { isWorkspaceLoading, isWorkspaceOwnerOrCreator, isWorkspaceSettingsPageOpened } = storeToRefs(workspaceStore) const { navigateToWorkspaceSettings } = workspaceStore const { isSharedBase } = storeToRefs(projectStore) -const { isUIAllowed } = useUIPermission() - const isCreateProjectOpen = ref(false) const navigateToSettings = () => { @@ -66,7 +63,6 @@ const navigateToSettings = () => { props.centered ?? true)