fix: dashboard node changes

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:43 +00:00
parent 24f475599c
commit 2e4764af79

View File

@@ -12,8 +12,6 @@ const { activeSidebarTab } = storeToRefs(sidebarStore)
const { isSharedBase } = storeToRefs(useBase())
const base = inject(ProjectInj)!
const baseRole = inject(ProjectRoleInj)!
const { isMobileMode } = useGlobal()