iptdevs-design-system 3.1.284 → 3.1.285
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 +1 -2
- package/fesm2015/iptdevs-design-system.mjs +0 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +0 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4627,7 +4627,6 @@ class CodFormStepFiveComponent extends CodFormSteps {
|
|
|
4627
4627
|
this.codFormStepFive.controls['name_refers'].setValue(null);
|
|
4628
4628
|
this.codFormStepFive.controls['phone_refers'].setValue(null);
|
|
4629
4629
|
this.codFormStepFive.controls['email_refers'].setValue(null);
|
|
4630
|
-
this.codFormStepFive.controls['marketing_reasons'].setValue(null);
|
|
4631
4630
|
}
|
|
4632
4631
|
this.codFormStepFive.controls['code_cod'].setValue(this.initialData.code);
|
|
4633
4632
|
}
|