@visns-studio/visns-components 2.8.8 → 2.8.9

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.
@@ -714,7 +714,6 @@ function Form({
714
714
 
715
715
  // Access the nested property
716
716
  let value = data;
717
- console.info(keys, value);
718
717
 
719
718
  for (let key of keys) {
720
719
  value = value[key];
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "react-dom": "^17.0.1"
45
45
  },
46
46
  "name": "@visns-studio/visns-components",
47
- "version": "2.8.8",
47
+ "version": "2.8.9",
48
48
  "description": "Various packages to assist in the development of our Custom Applications.",
49
49
  "main": "index.js",
50
50
  "scripts": {