Browse Source

fix(nc-gui): remove unnecessary update on LazySmartsheetExpandedForm

#3959
pull/3563/head
Wing-Kam Wong 2 years ago
parent
commit
48d824cd64
  1. 1
      packages/nc-gui/components/smartsheet/Gallery.vue
  2. 1
      packages/nc-gui/components/smartsheet/Kanban.vue

1
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)"
/>
</Suspense>

1
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)"
/>
</Suspense>

Loading…
Cancel
Save