@monolith-forensics/monolith-ui 1.2.62 → 1.2.63

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.
@@ -155,7 +155,7 @@ const ValueEditor = ({ rule, inputType, filterDef, onChange }) => {
155
155
  default:
156
156
  break;
157
157
  }
158
- formattedValue = date.toISOString();
158
+ formattedValue = date.format(dateFormatResolver(filterDef.resolution));
159
159
  }
160
160
  onChange === null || onChange === void 0 ? void 0 : onChange(Object.assign(Object.assign({}, rule), { value: formattedValue ? [formattedValue] : undefined }));
161
161
  }, 100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monolith-forensics/monolith-ui",
3
- "version": "1.2.62",
3
+ "version": "1.2.63",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Matt Danner (Monolith Forensics LLC)",