iptdevs-design-system 3.1.585 → 3.1.586
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-self-managed/steps/cod-form-step-three/cod-self-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
|
@@ -7181,7 +7181,7 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
|
|
|
7181
7181
|
ngOnInit() {
|
|
7182
7182
|
this.startLocalStorageWork();
|
|
7183
7183
|
const currentDate = new Date().toISOString().split('T')[0];
|
|
7184
|
-
this.codSelfFormStepThree.controls['
|
|
7184
|
+
this.codSelfFormStepThree.controls['payment_date'].setValue(currentDate);
|
|
7185
7185
|
}
|
|
7186
7186
|
startLocalStorageWork() {
|
|
7187
7187
|
this.controls.forEach(control => {
|