diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue index 7628a2ae04..aa22e73752 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue +++ b/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; },