@eqproject/eqp-dynamic-module 2.6.13 → 2.6.14

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.
@@ -11339,6 +11339,9 @@ class EqpDynamicModuleConfiguratorComponent {
11339
11339
  this.utilityHelperService.RunEndPointCall(this.endPointConfiguration.Forms.SaveEndPoint, dynamicModuleParams, (res) => {
11340
11340
  EqpDynamicModuleDialogService.Success("Form salvata con successo!");
11341
11341
  this.afterSaveFormEvent.emit(this.form);
11342
+ }, (error) => {
11343
+ EqpDynamicModuleDialogService.Error("Errore nel salvataggio della form");
11344
+ console.log("Errore nel salvataggio della form", error);
11342
11345
  });
11343
11346
  }
11344
11347
  else {