From 7120e09011523391675a4ada13e87080a7d8b824 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 13 Aug 2022 13:05:47 +0530 Subject: [PATCH] feat(gui-v2): assign proper grid and treeview height Signed-off-by: Pranav C --- .../nc-gui-v2/components/dashboard/TreeView.vue | 8 ++++++-- .../nc-gui-v2/components/smartsheet/Grid.vue | 13 +++---------- .../components/smartsheet/Pagination.vue | 17 ++++------------- .../[projectType]/[projectId]/index/index.vue | 11 ++++++++--- 4 files changed, 21 insertions(+), 28 deletions(-) diff --git a/packages/nc-gui-v2/components/dashboard/TreeView.vue b/packages/nc-gui-v2/components/dashboard/TreeView.vue index 224820610c..ad73c56ca4 100644 --- a/packages/nc-gui-v2/components/dashboard/TreeView.vue +++ b/packages/nc-gui-v2/components/dashboard/TreeView.vue @@ -14,7 +14,7 @@ const { addTab } = useTabs() const { $api, $e } = useNuxtApp() -const { tables, loadTables } = useProject() +const { tables, loadTables, isSharedBase } = useProject() const { activeTab } = useTabs() const { deleteTable } = useTable() @@ -143,7 +143,11 @@ const activeTable = computed(() => { -
+
) => {