@axinom/mosaic-ui 0.66.0-rc.6 → 0.66.0-rc.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.66.0-rc.6",
3
+ "version": "0.66.0-rc.7",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -112,5 +112,5 @@
112
112
  "publishConfig": {
113
113
  "access": "public"
114
114
  },
115
- "gitHead": "d9b85f9fe9bd28148f46f6c03b43384848773191"
115
+ "gitHead": "b9df00fbc4df8a8baaf80f562cd81f76abc88cb6"
116
116
  }
@@ -163,7 +163,7 @@ export const DateTimeFilter: React.FC<DateTimeFilterProps> = ({
163
163
  onClick={() => {
164
164
  setShowPicker(false);
165
165
 
166
- if (modifyTime) {
166
+ if (modifyTime && value?.length > 0) {
167
167
  const parsedValue = DateTime.fromFormat(value, 'f');
168
168
 
169
169
  if (parsedValue.isValid) {