Browse Source

fix: put Percent to isManualSaved

test/percent
Wing-Kam Wong 2 years ago
parent
commit
9951896e54
  1. 4
      packages/nc-gui/components/project/spreadsheet/mixins/cell.js

4
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)
}
}

Loading…
Cancel
Save