iptdevs-design-system 3.1.187 → 3.1.188

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.
@@ -3131,7 +3131,6 @@ class CodFormStepOneComponent extends CodFormSteps {
3131
3131
  this.codFormStepOne.controls['course_type'].setValue(this.initialData.course_type.code);
3132
3132
  this.getAvailibleCourses();
3133
3133
  this.setDataFromUserHistory();
3134
- this.selectAvailibleCourses(this.initialData);
3135
3134
  }
3136
3135
  }
3137
3136
  }