iptdevs-design-system 2.7.122 → 2.7.123
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-three/cod-form-step-three.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
|
@@ -3393,8 +3393,8 @@ class CodFormStepThreeComponent extends CodFormSteps {
|
|
|
3393
3393
|
this.codFormStepThree.controls['needAtendant'].setValue(needAtendant);
|
|
3394
3394
|
}
|
|
3395
3395
|
else {
|
|
3396
|
-
this.codFormStepThree.controls['needAtendant'].setValue(null);
|
|
3397
3396
|
this.cleanComponent();
|
|
3397
|
+
this.codFormStepThree.controls['needAtendant'].setValue(null);
|
|
3398
3398
|
}
|
|
3399
3399
|
}
|
|
3400
3400
|
selectIdTypeParents(value) {
|