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.
@@ -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['program_price'].setValue(currentDate);
7184
+ this.codSelfFormStepThree.controls['payment_date'].setValue(currentDate);
7185
7185
  }
7186
7186
  startLocalStorageWork() {
7187
7187
  this.controls.forEach(control => {