From 6fb7b156d62f49e0bc8edc94f2b25efef432efd5 Mon Sep 17 00:00:00 2001 From: mertmit Date: Wed, 7 Sep 2022 19:58:46 +0300 Subject: [PATCH] fix(nc-gui): UI upload alpha version Signed-off-by: mertmit --- packages/nc-gui/components.d.ts | 1 + packages/nc-gui/components/smartsheet-toolbar/ViewActions.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/nc-gui/components.d.ts b/packages/nc-gui/components.d.ts index dfc7bfcf49..3458e922f2 100644 --- a/packages/nc-gui/components.d.ts +++ b/packages/nc-gui/components.d.ts @@ -107,6 +107,7 @@ declare module '@vue/runtime-core' { MdiAccountPlus: typeof import('~icons/mdi/account-plus')['default'] MdiAccountPlusOutline: typeof import('~icons/mdi/account-plus-outline')['default'] MdiAccountSupervisorOutline: typeof import('~icons/mdi/account-supervisor-outline')['default'] + MdiAlpha: typeof import('~icons/mdi/alpha')['default'] MdiAlphaA: typeof import('~icons/mdi/alpha-a')['default'] MdiApi: typeof import('~icons/mdi/api')['default'] MdiArrowExpand: typeof import('~icons/mdi/arrow-expand')['default'] diff --git a/packages/nc-gui/components/smartsheet-toolbar/ViewActions.vue b/packages/nc-gui/components/smartsheet-toolbar/ViewActions.vue index 71c8fc47ab..21a3b30b4b 100644 --- a/packages/nc-gui/components/smartsheet-toolbar/ViewActions.vue +++ b/packages/nc-gui/components/smartsheet-toolbar/ViewActions.vue @@ -171,6 +171,7 @@ const { isSqlView } = useSmartsheetStoreOrThrow() {{ $t('activity.uploadCSV') }} +
version