Browse Source

fix: select field default value removal

re #1597

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/1602/head
mertmit 3 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 outlined
dense dense
class="caption" class="caption"
@input="newColumn.altered = newColumn.altered || 2" @input="(newColumn.altered = newColumn.altered || 2); (newColumn.cdf = newColumn.cdf || null);"
/> />
</v-col> </v-col>
</v-row> </v-row>

Loading…
Cancel
Save