fix: remove namespace store reference
This commit is contained in:
parent
1bd17d6e50
commit
ad2690b21c
@ -178,7 +178,6 @@ const dragOptions = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const baseStore = useBaseStore()
|
const baseStore = useBaseStore()
|
||||||
const namespaceStore = useNamespaceStore()
|
|
||||||
const currentProject = computed(() => baseStore.currentProject)
|
const currentProject = computed(() => baseStore.currentProject)
|
||||||
const menuActive = computed(() => baseStore.menuActive)
|
const menuActive = computed(() => baseStore.menuActive)
|
||||||
const loading = computed(() => namespaceStore.isLoading)
|
const loading = computed(() => namespaceStore.isLoading)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user