Browse Source

fix(nc-gui): replace submit

pull/4099/head
braks 2 years ago
parent
commit
c0a9645d94
  1. 2
      packages/nc-gui/pages/[projectType]/form/[viewId]/index/survey.vue

2
packages/nc-gui/pages/[projectType]/form/[viewId]/index/survey.vue

@ -175,7 +175,7 @@ onKeyStroke(['ArrowRight', 'ArrowUp'], () => {
})
onKeyStroke(['Enter', 'Space'], () => {
if (isLast.value) {
submitForm()
submit()
} else {
goNext(AnimationTarget.OkButton)
}

Loading…
Cancel
Save