diff --git a/packages/nc-gui/components/dashboard/TreeView.vue b/packages/nc-gui/components/dashboard/TreeView.vue index 14c7e8d551..26c9bf60c1 100644 --- a/packages/nc-gui/components/dashboard/TreeView.vue +++ b/packages/nc-gui/components/dashboard/TreeView.vue @@ -5,7 +5,6 @@ import GithubButton from 'vue-github-button' import { Empty, computed, - inject, reactive, ref, resolveComponent, @@ -36,8 +35,6 @@ const { isUIAllowed } = useUIPermission() const [searchActive, toggleSearchActive] = useToggle() -const isLocked = inject('TreeViewIsLockedInj') - let key = $ref(0) const menuRef = $ref() @@ -349,7 +346,7 @@ function openTableCreateDialog() { @@ -383,7 +380,7 @@ function openTableCreateDialog() { -