@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.
- package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|