@visns-studio/visns-components 3.9.2 → 3.9.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.
@@ -764,7 +764,7 @@ function Form({
764
764
  };
765
765
  } else {
766
766
  if (newValue !== '') {
767
- if (['date', 'datetime', 'time'].includes(type)) {
767
+ if (['date', 'datetime'].includes(type)) {
768
768
  _formData[id] =
769
769
  newValue instanceof Date
770
770
  ? newValue
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "react-dom": "^17.0.1"
55
55
  },
56
56
  "name": "@visns-studio/visns-components",
57
- "version": "3.9.2",
57
+ "version": "3.9.3",
58
58
  "description": "Various packages to assist in the development of our Custom Applications.",
59
59
  "main": "index.js",
60
60
  "scripts": {