Browse Source

chore(gui-v2): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2947/head
Pranav C 2 years ago
parent
commit
9b472d1790
  1. 2
      packages/nc-gui-v2/components/smartsheet/Cell.vue

2
packages/nc-gui-v2/components/smartsheet/Cell.vue

@ -27,7 +27,7 @@ provide(
)
let changed = $ref(false)
const syncValue = useDebounceFn(function() {
const syncValue = useDebounceFn(function () {
emit('save')
}, 1000)

Loading…
Cancel
Save