ods-component-lib 1.14.19 → 1.14.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1230,6 +1230,7 @@ function grid(props) {
1230
1230
  };
1231
1231
  var customizeText = function customizeText(cellInfo) {
1232
1232
  var dateTimeValue = cellInfo.value;
1233
+ debugger;
1233
1234
  if (dateTimeValue && cellInfo.column.datatype === 'datetime') {
1234
1235
  var formatedDate = moment(cellInfo.value).format('DD.MM.YYYY HH.mm (ZZ)');
1235
1236
  return formatedDate;