fix: remove namespace store reference

This commit is contained in:
kolaente 2023-03-25 14:55:03 +01:00
parent 9925586a19
commit 23e8a07dcf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ const dragOptions = {
}
const baseStore = useBaseStore()
const namespaceStore = useNamespaceStore()
const currentProject = computed(() => baseStore.currentProject)
const menuActive = computed(() => baseStore.menuActive)
const loading = computed(() => namespaceStore.isLoading)