@visns-studio/visns-components 4.5.4 → 4.5.5

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.
@@ -578,7 +578,7 @@ const GenericDynamic = ({
578
578
  if (templateStatus) {
579
579
  if (multiple) {
580
580
  if (activeForm.hasOwnProperty('id') === false) {
581
- // handleAddNewForm(false);
581
+ handleAddNewForm(false);
582
582
  }
583
583
  } else {
584
584
  if (Object.keys(activeForm).length === 0) {
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "react-dom": "^17.0.1"
59
59
  },
60
60
  "name": "@visns-studio/visns-components",
61
- "version": "4.5.4",
61
+ "version": "4.5.5",
62
62
  "description": "Various packages to assist in the development of our Custom Applications.",
63
63
  "main": "index.js",
64
64
  "scripts": {