iptdevs-design-system 3.1.526 → 3.1.527

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.
@@ -6675,7 +6675,7 @@ class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
6675
6675
  this.codSelfFormStepTwo.controls['schedule'].setValue(new Date());
6676
6676
  }
6677
6677
  if (courseModality && courseModality.trim() !== '') {
6678
- this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6678
+ this.codSelfFormStepTwo.controls['modality'].setValue(parseInt(courseModality));
6679
6679
  }
6680
6680
  else {
6681
6681
  this.codSelfFormStepTwo.controls['modality'].setValue(null);