iptdevs-design-system 3.1.864 → 3.1.865

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.
@@ -3910,9 +3910,9 @@ class CodFormStepOneComponent extends CodFormSteps {
3910
3910
  this.codFormStepOne.controls['course_type'].value != '');
3911
3911
  }
3912
3912
  getAvailibleCourses() {
3913
- if (this.isLoading && this.isRenovation == false) {
3914
- return;
3915
- }
3913
+ // if (this.isLoading) {
3914
+ // return;
3915
+ // }
3916
3916
  this.availibleCourses = [];
3917
3917
  if (this.validRequest()) {
3918
3918
  this.isLoading = true;