From 757166ce74a8dbf53b2609deab0ec74274f7da49 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 14 Sep 2022 21:30:24 +0530 Subject: [PATCH] feat/Added enable view option in ERD --- .../components/dashboard/settings/Erd.vue | 164 +----------------- .../components/dashboard/settings/erd/Erd.vue | 133 ++++++++++++++ 2 files changed, 142 insertions(+), 155 deletions(-) create mode 100644 packages/nc-gui/components/dashboard/settings/erd/Erd.vue diff --git a/packages/nc-gui/components/dashboard/settings/Erd.vue b/packages/nc-gui/components/dashboard/settings/Erd.vue index 2a3a042337..9b3da29494 100644 --- a/packages/nc-gui/components/dashboard/settings/Erd.vue +++ b/packages/nc-gui/components/dashboard/settings/Erd.vue @@ -1,25 +1,9 @@