iptdevs-design-system 3.1.871 → 3.1.872

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.
@@ -3908,12 +3908,6 @@ class CodFormStepOneComponent extends CodFormSteps {
3908
3908
  this.codFormStepOne.controls['course_type'].value != '');
3909
3909
  }
3910
3910
  getAvailibleCourses() {
3911
- if (this.initialData != null || this.courseSelectRenovation != null) {
3912
- return;
3913
- }
3914
- if (this.isLoading) {
3915
- return;
3916
- }
3917
3911
  if (this.validRequest()) {
3918
3912
  this.isLoading = true;
3919
3913
  let request_availibleCourses = {