iptdevs-design-system 3.1.863 → 3.1.864

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