Browse Source

fix(nc-gui): revert form view reload related changes

Ramesh Mane 4 days ago
parent
commit
06633cf9a6
  1. 4
      packages/nc-gui/components/smartsheet/Form.vue

4
packages/nc-gui/components/smartsheet/Form.vue

@ -730,8 +730,8 @@ watch(submitted, (v) => {
} }
}) })
watch(view, (nextView, oldView) => { watch(view, (nextView) => {
if (nextView?.type === ViewTypes.FORM && nextView?.id !== oldView?.id) { if (nextView?.type === ViewTypes.FORM) {
reloadEventHook.trigger() reloadEventHook.trigger()
} }
}) })

Loading…
Cancel
Save