iptdevs-design-system 3.1.658 → 3.1.659
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-four/cod-self-form-step-four.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
|
@@ -7449,7 +7449,7 @@ class CodSelfFormStepFourComponent extends CodSelfManagedSteps {
|
|
|
7449
7449
|
this.messageService = messageService;
|
|
7450
7450
|
this.parameterService = parameterService;
|
|
7451
7451
|
this.completed = new EventEmitter();
|
|
7452
|
-
this.controls = new CodSelfManagedControls().controls[
|
|
7452
|
+
this.controls = new CodSelfManagedControls().controls[3];
|
|
7453
7453
|
this.messageInfo = "Datos de facturacion de acuerdo a tu eleccion";
|
|
7454
7454
|
this.visible = false;
|
|
7455
7455
|
this.messageAlertPlacementTest = false;
|