From 48d824cd6443f34aaa7a07ae68ce032a74685eab Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 7 Oct 2022 11:39:47 +0800 Subject: [PATCH] fix(nc-gui): remove unnecessary update on LazySmartsheetExpandedForm #3959 --- packages/nc-gui/components/smartsheet/Gallery.vue | 1 - packages/nc-gui/components/smartsheet/Kanban.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/Gallery.vue b/packages/nc-gui/components/smartsheet/Gallery.vue index 8bcc36efed..ad606a83e7 100644 --- a/packages/nc-gui/components/smartsheet/Gallery.vue +++ b/packages/nc-gui/components/smartsheet/Gallery.vue @@ -259,7 +259,6 @@ watch(view, async (nextView) => { :state="expandedFormRowState" :meta="meta" :view="view" - @update:model-value="!skipRowRemovalOnCancel && removeRowIfNew(expandedFormRow)" /> diff --git a/packages/nc-gui/components/smartsheet/Kanban.vue b/packages/nc-gui/components/smartsheet/Kanban.vue index 1cc571bf7b..38f9fdeff6 100644 --- a/packages/nc-gui/components/smartsheet/Kanban.vue +++ b/packages/nc-gui/components/smartsheet/Kanban.vue @@ -515,7 +515,6 @@ watch(view, async (nextView) => { :state="expandedFormRowState" :meta="meta" :view="view" - @update:model-value="!skipRowRemovalOnCancel && removeRowIfNew(expandedFormRow)" />