From 9a249e887dddc10daf7c7f367bb945a0b59936e2 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 23 Oct 2023 08:49:26 +0000 Subject: [PATCH 1/2] fix: Hide col for project erd view and show in table erd view --- packages/nc-gui/components/dashboard/settings/DataSources.vue | 2 +- packages/nc-gui/components/dashboard/settings/Erd.vue | 3 ++- packages/nc-gui/components/dlg/ProjectErd.vue | 2 +- packages/nc-gui/components/smartsheet/details/Erd.vue | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/nc-gui/components/dashboard/settings/DataSources.vue b/packages/nc-gui/components/dashboard/settings/DataSources.vue index d646149590..1f2f76cbcf 100644 --- a/packages/nc-gui/components/dashboard/settings/DataSources.vue +++ b/packages/nc-gui/components/dashboard/settings/DataSources.vue @@ -554,7 +554,7 @@ const isEditBaseModalOpen = computed({ />
- +
diff --git a/packages/nc-gui/components/dashboard/settings/Erd.vue b/packages/nc-gui/components/dashboard/settings/Erd.vue index 547a9a138f..3a7cef91fb 100644 --- a/packages/nc-gui/components/dashboard/settings/Erd.vue +++ b/packages/nc-gui/components/dashboard/settings/Erd.vue @@ -1,11 +1,12 @@ diff --git a/packages/nc-gui/components/dlg/ProjectErd.vue b/packages/nc-gui/components/dlg/ProjectErd.vue index 5c18099f25..aeac8bc522 100644 --- a/packages/nc-gui/components/dlg/ProjectErd.vue +++ b/packages/nc-gui/components/dlg/ProjectErd.vue @@ -46,7 +46,7 @@ onMounted(async () => { diff --git a/packages/nc-gui/components/smartsheet/details/Erd.vue b/packages/nc-gui/components/smartsheet/details/Erd.vue index 1942a4fd1e..2e182656cc 100644 --- a/packages/nc-gui/components/smartsheet/details/Erd.vue +++ b/packages/nc-gui/components/smartsheet/details/Erd.vue @@ -24,7 +24,7 @@ const indicator = h(LoadingOutlined, { - +