From 4d171a2486ddb7fbade6cc5c1f2a8589f8e21718 Mon Sep 17 00:00:00 2001 From: musharaf-nocodb Date: Thu, 7 Dec 2023 16:01:56 +0530 Subject: [PATCH] fix : fixed dropdowns in datasource section --- .../settings/data-sources/CreateBase.vue | 56 ++++++++++++++++--- 1 file changed, 47 insertions(+), 9 deletions(-) diff --git a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue index a62f6b0940..1f4a1b9f63 100644 --- a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue +++ b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue @@ -451,11 +451,19 @@ const toggleModal = (val: boolean) => { - {{ client.text }} + +
+
{{ client.text }}
+ +
@@ -532,10 +540,20 @@ const toggleModal = (val: boolean) => { - {{ opt }} + +
+
{{ opt }}
+ +
+
@@ -617,18 +635,38 @@ const toggleModal = (val: boolean) => { - {{ tp }} + +
+
{{ tp }}
+ +
+
- {{ tp }} +
+
{{ tp }}
+ +
+