@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.
@@ -10956,8 +10956,8 @@ class EqpDynamicModuleConfiguratorComponent {
10956
10956
  var importedForm = JSON.parse(this.importedModule);
10957
10957
  importedForm.ID = "";
10958
10958
  importedForm.Name = importedForm.Name + " (Importato)";
10959
- this.setName(importedForm.Name);
10960
10959
  this.setFormAndConfigure(importedForm);
10960
+ this.setName(importedForm.Name);
10961
10961
  this.closeImport();
10962
10962
  }
10963
10963
  }