iptdevs-design-system 3.1.280 → 3.1.281
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-five/cod-form-step-five.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
|
@@ -4529,7 +4529,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
|
|
|
4529
4529
|
multiculturalism_6: [false, []],
|
|
4530
4530
|
multiculturalism_7: [false, []],
|
|
4531
4531
|
health_regimen: ['', [Validators.required]],
|
|
4532
|
-
code_refers: [''],
|
|
4532
|
+
code_refers: ['null'],
|
|
4533
4533
|
code_cod: [''],
|
|
4534
4534
|
document_refers: [{ value: '', disabled: true }],
|
|
4535
4535
|
name_refers: [{ value: '', disabled: true }],
|