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.
@@ -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]],