iptdevs-design-system 3.1.524 → 3.1.525

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.
@@ -6681,16 +6681,16 @@ class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
6681
6681
  // Si hay un valor en el localStorage, establece el valor del FormControl
6682
6682
  // this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6683
6683
  if (courseModality == "1") {
6684
+ this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6684
6685
  this.codSelfFormStepTwo.patchValue({
6685
6686
  modality: this.stateOptions[0]
6686
6687
  });
6687
- this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6688
6688
  }
6689
6689
  else {
6690
+ this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6690
6691
  this.codSelfFormStepTwo.patchValue({
6691
6692
  modality: this.stateOptions[1]
6692
6693
  });
6693
- this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6694
6694
  }
6695
6695
  }
6696
6696
  else {