iptdevs-design-system 3.1.4395 → 3.1.4396
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-two/cod-self-form-step-two.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
|
@@ -6546,7 +6546,7 @@ class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
|
|
|
6546
6546
|
// this.startLocalStorageWork();
|
|
6547
6547
|
}
|
|
6548
6548
|
ngOnDestroy() {
|
|
6549
|
-
this.codSelfFormStepTwo.controls['schedule'].setValue(
|
|
6549
|
+
this.codSelfFormStepTwo.controls['schedule'].setValue("");
|
|
6550
6550
|
}
|
|
6551
6551
|
initForm() {
|
|
6552
6552
|
this.codSelfFormStepTwo = this.fb.group({
|