iptdevs-design-system 3.1.581 → 3.1.582

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.
@@ -7186,9 +7186,9 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
7186
7186
  }
7187
7187
  startLocalStorageWork() {
7188
7188
  this.controls.forEach(control => {
7189
- let localStorageValue = this.readAndWriteLS(2, control.name);
7189
+ let localStorageValue = this.readAndWriteLS(3, control.name);
7190
7190
  this.codSelfFormStepThree.controls[control.name].setValue(localStorageValue.value);
7191
- this.listenFormChanges(2, control.name, this.codSelfFormStepThree.controls[control.name].valueChanges);
7191
+ this.listenFormChanges(3, control.name, this.codSelfFormStepThree.controls[control.name].valueChanges);
7192
7192
  });
7193
7193
  }
7194
7194
  onReject() {