Browse Source

fix(gui): Avoid type change on column datatype selection

re #332

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
pull/341/head
Pranav C 3 years ago
parent
commit
9d988adb46
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/editColumn.vue

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

@ -437,7 +437,7 @@ export default {
this.newColumn.dtx = 'specificType';
this.$set(this.newColumn, 'uidt', this.sqlUi.getUIType(this.newColumn));
// this.$set(this.newColumn, 'uidt', this.sqlUi.getUIType(this.newColumn));
this.newColumn.altered = this.newColumn.altered || 2;
},

Loading…
Cancel
Save