ods-component-lib 1.14.2 → 1.14.3

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.
package/dist/index.js CHANGED
@@ -1233,6 +1233,7 @@ function grid(props) {
1233
1233
  }
1234
1234
  };
1235
1235
  var customizeDatetimeText = function customizeDatetimeText(cellInfo) {
1236
+ debugger;
1236
1237
  var dateTimeValue = cellInfo.value;
1237
1238
  if (dateTimeValue) {
1238
1239
  var formattedDate = new Date(dateTimeValue).toISOString();