Browse Source

chore(nc-gui): decrease debounce max wait

pull/3669/head
braks 2 years ago committed by Raju Udava
parent
commit
c552233f78
  1. 4
      packages/nc-gui/components/smartsheet/Form.vue

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

@ -105,8 +105,8 @@ const updateView = useDebounceFn(
updateFormView(formViewData.value) updateFormView(formViewData.value)
}, },
500, 300,
{ maxWait: 5000 }, { maxWait: 2000 },
) )
async function submitForm() { async function submitForm() {

Loading…
Cancel
Save