iptdevs-design-system 3.1.337 → 3.1.338
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
|
@@ -3188,8 +3188,8 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3188
3188
|
this.cdRef.detectChanges();
|
|
3189
3189
|
}
|
|
3190
3190
|
else if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && !this.isEditCod && this.dataPreviusCodData.cod_renovation && this.courseSelectRenovation) {
|
|
3191
|
-
this.setDataCodRenovationSelect();
|
|
3192
3191
|
this.disableFormControls();
|
|
3192
|
+
this.setDataCodRenovationSelect();
|
|
3193
3193
|
}
|
|
3194
3194
|
}
|
|
3195
3195
|
disableFormControls() {
|