iptdevs-design-system 3.1.478 → 3.1.479

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.
@@ -6659,9 +6659,11 @@ class CodSelfManagedComponent {
6659
6659
  };
6660
6660
  console.log(request);
6661
6661
  this.commercialService.updateControlStepsCodSelfManaged(request).subscribe((response) => {
6662
+ console.log(response);
6662
6663
  this.countInitialStep = 0;
6663
6664
  console.log('response.countInitialStep', this.countInitialStep);
6664
- console.log(response);
6665
+ // if (response.message.code == 1) {
6666
+ // }
6665
6667
  });
6666
6668
  }
6667
6669
  }