Browse Source

fix: drop lazy load for treeview

pull/6634/head
mertmit 11 months ago
parent
commit
73685aea8c
  1. 2
      packages/nc-gui/components/dashboard/Sidebar.vue

2
packages/nc-gui/components/dashboard/Sidebar.vue

@ -54,7 +54,7 @@ onUnmounted(() => {
'pt-0.25': isSharedBase,
}"
>
<LazyDashboardTreeView v-if="!isWorkspaceLoading" />
<DashboardTreeView v-if="!isWorkspaceLoading" />
</div>
<div v-if="!isSharedBase">
<DashboardSidebarUserInfo />

Loading…
Cancel
Save