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.
- package/esm2020/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.mjs +1 -7
- package/fesm2015/iptdevs-design-system.mjs +0 -6
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +0 -6
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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 = {
|