From ff3353206e643773381098110a546a0093e69ec7 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:14:50 +0200 Subject: [PATCH] feat(gui-v2): allow import file to be selected with file dialog --- .../[projectId]/index/index/index.vue | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index/index.vue b/packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index/index.vue index b389ec8142..d6624356c8 100644 --- a/packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index/index.vue +++ b/packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index/index.vue @@ -1,13 +1,15 @@ @@ -95,10 +109,11 @@ function openQuickImportDialog(type: QuickImportTypes, file: File) {