@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.
@@ -11308,6 +11308,9 @@ class EqpDynamicModuleConfiguratorComponent {
11308
11308
  this.utilityHelperService.RunEndPointCall(this.endPointConfiguration.Forms.SaveEndPoint, dynamicModuleParams, (res) => {
11309
11309
  EqpDynamicModuleDialogService.Success("Form salvata con successo!");
11310
11310
  this.afterSaveFormEvent.emit(this.form);
11311
+ }, (error) => {
11312
+ EqpDynamicModuleDialogService.Error("Errore nel salvataggio della form");
11313
+ console.log("Errore nel salvataggio della form", error);
11311
11314
  });
11312
11315
  }
11313
11316
  else {