fix(fe):Fix Projects link in sidebar
fix(fe):Fix Projects link in sidebar
This commit is contained in:
@@ -154,9 +154,9 @@ const showFeedbackDialog = ref(false)
|
||||
|
||||
const projectsLink = computed(() => {
|
||||
return isWorkspacesEnabled.value
|
||||
? projectsRoute
|
||||
: activeWorkspaceSlug.value
|
||||
? workspaceRoute(activeWorkspaceSlug.value)
|
||||
? activeWorkspaceSlug.value
|
||||
? workspaceRoute(activeWorkspaceSlug.value)
|
||||
: projectsRoute
|
||||
: projectsRoute
|
||||
})
|
||||
const isActive = (...routes: string[]): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user