Browse Source

fix: on edit formula extract initial datatype

pull/9827/head
Pranav C 1 week ago
parent
commit
c3319c62b7
  1. 3
      packages/nc-gui/components/smartsheet/column/FormulaOptions.vue

3
packages/nc-gui/components/smartsheet/column/FormulaOptions.vue

@ -127,6 +127,9 @@ watch(
() => {
debouncedValidate()
},
{
immediate: true,
},
)
// set additional validations

Loading…
Cancel
Save