iptdevs-design-system 3.1.480 → 3.1.481

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.
@@ -6656,6 +6656,7 @@ class CodSelfManagedComponent {
6656
6656
  token: this.baseService.getUserToken()
6657
6657
  };
6658
6658
  this.commercialService.updateControlStepsCodSelfManaged(request).subscribe((response) => {
6659
+ this.countInitialStep = 0;
6659
6660
  });
6660
6661
  }
6661
6662
  }