From 0b6f145e46b2d9a5e6f1701045e108cedd1d1f09 Mon Sep 17 00:00:00 2001 From: mertmit Date: Tue, 10 Oct 2023 20:37:56 +0000 Subject: [PATCH] fix: disable checkboxes while loading --- packages/nc-gui/components/dlg/ProjectDuplicate.vue | 8 +++++--- packages/nc-gui/components/dlg/TableDuplicate.vue | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/nc-gui/components/dlg/ProjectDuplicate.vue b/packages/nc-gui/components/dlg/ProjectDuplicate.vue index 89e65dd4b8..fbf172943e 100644 --- a/packages/nc-gui/components/dlg/ProjectDuplicate.vue +++ b/packages/nc-gui/components/dlg/ProjectDuplicate.vue @@ -147,9 +147,11 @@ const isEaster = ref(false)
- {{ $t('labels.includeData') }} - {{ $t('labels.includeView') }} - {{ $t('labels.includeWebhook') }} + {{ $t('labels.includeData') }} + {{ $t('labels.includeView') }} + + {{ $t('labels.includeWebhook') }} +
diff --git a/packages/nc-gui/components/dlg/TableDuplicate.vue b/packages/nc-gui/components/dlg/TableDuplicate.vue index 91549cedea..c6879ef320 100644 --- a/packages/nc-gui/components/dlg/TableDuplicate.vue +++ b/packages/nc-gui/components/dlg/TableDuplicate.vue @@ -136,9 +136,11 @@ const isEaster = ref(false)
- {{ $t('labels.includeData') }} - {{ $t('labels.includeView') }} - {{ $t('labels.includeWebhook') }} + {{ $t('labels.includeData') }} + {{ $t('labels.includeView') }} + + {{ $t('labels.includeWebhook') }} +