iptdevs-design-system 3.1.251 → 3.1.252
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-four/cod-form-step-four.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
|
@@ -4129,7 +4129,7 @@ class CodFormStepFourComponent extends CodFormSteps {
|
|
|
4129
4129
|
program_price: [{ value: '', disabled: true }, [Validators.required]],
|
|
4130
4130
|
payment_date: ['', [Validators.required]],
|
|
4131
4131
|
payment_method: ['', [Validators.required]],
|
|
4132
|
-
quota_times: ['', [Validators.required]],
|
|
4132
|
+
quota_times: [{ value: '', disabled: true }, [Validators.required]],
|
|
4133
4133
|
total_price: [{ value: '', disabled: true }, [Validators.required]],
|
|
4134
4134
|
paid_level: ['', [Validators.required]],
|
|
4135
4135
|
quota_price: ['', [Validators.required]],
|