@eqproject/eqp-dynamic-module 2.6.24 → 2.6.25

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.
@@ -10987,8 +10987,8 @@ class EqpDynamicModuleConfiguratorComponent {
10987
10987
  var importedForm = JSON.parse(this.importedModule);
10988
10988
  importedForm.ID = "";
10989
10989
  importedForm.Name = importedForm.Name + " (Importato)";
10990
- this.setName(importedForm.Name);
10991
10990
  this.setFormAndConfigure(importedForm);
10991
+ this.setName(importedForm.Name);
10992
10992
  this.closeImport();
10993
10993
  }
10994
10994
  }