Browse Source

fix: select field default value removal

re #1597

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/1602/head
mertmit 2 years ago
parent
commit
07cae29c8b
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/editColumn.vue

2
packages/nc-gui/components/project/spreadsheet/components/editColumn.vue

@ -353,7 +353,7 @@
outlined
dense
class="caption"
@input="newColumn.altered = newColumn.altered || 2"
@input="(newColumn.altered = newColumn.altered || 2); (newColumn.cdf = newColumn.cdf || null);"
/>
</v-col>
</v-row>

Loading…
Cancel
Save