diff --git a/packages/nc-gui/components/project/spreadsheet/mixins/cell.js b/packages/nc-gui/components/project/spreadsheet/mixins/cell.js index 7a9474ba91..a990e16abe 100644 --- a/packages/nc-gui/components/project/spreadsheet/mixins/cell.js +++ b/packages/nc-gui/components/project/spreadsheet/mixins/cell.js @@ -82,7 +82,6 @@ export default { UITypes.Email, UITypes.URL, UITypes.Number, - UITypes.Percent, UITypes.Count, UITypes.AutoNumber, UITypes.SpecificDBType, @@ -95,7 +94,8 @@ export default { UITypes.Year, UITypes.Time, UITypes.Duration, - UITypes.Decimal + UITypes.Decimal, + UITypes.Percent ].includes(this.uiDatatype) } }