From 054497673080d8cb372d4e96dfc35857f99c51c1 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 23 Jun 2022 11:13:50 +0530 Subject: [PATCH] fix: json import - correction in file upload Signed-off-by: Pranav C --- .../nc-gui/components/import/JSONImport.vue | 144 ++++++++---------- 1 file changed, 67 insertions(+), 77 deletions(-) diff --git a/packages/nc-gui/components/import/JSONImport.vue b/packages/nc-gui/components/import/JSONImport.vue index 9e0f34075d..a096f92fc0 100644 --- a/packages/nc-gui/components/import/JSONImport.vue +++ b/packages/nc-gui/components/import/JSONImport.vue @@ -9,54 +9,54 @@ Upload - - + - - - mdi-link-variant - - String - - - -
-
- - mdi-file-plus-outline - -

- - {{ $t('msg.info.upload') }} -

-

- - {{ $t('msg.info.upload_sub') }} -

- -

- - {{ $t('msg.info.excelSupport') }} -

-
+ + + mdi-link-variant + + String + + + +
+
+ + mdi-file-plus-outline + +

+ + {{ $t('msg.info.upload') }} +

+

+ + {{ $t('msg.info.upload_sub') }} +

+ +

+ + {{ $t('msg.info.excelSupport') }} +

- - - -
-
- -
- - Format - + +
+
+ +
+ + Format + - - -
- - - {{ $t('general.load') }} - -
+ + +
+ + + {{ $t('general.load') }} +
- -
+
+
-
- +
+
@@ -166,15 +165,6 @@