iptdevs-design-system 3.1.258 → 3.1.259
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 +2 -2
- package/fesm2015/iptdevs-design-system.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3157,7 +3157,7 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3157
3157
|
this.isDisabledSel = false;
|
|
3158
3158
|
}
|
|
3159
3159
|
}
|
|
3160
|
-
if (
|
|
3160
|
+
if (this.isDisabledSel) {
|
|
3161
3161
|
this.codFormStepOne.controls['academic_plan'].disable();
|
|
3162
3162
|
this.codFormStepOne.controls['course_type'].disable();
|
|
3163
3163
|
this.codFormStepOne.controls['agreement_by_category'].disable();
|