iptdevs-design-system 3.1.306 → 3.1.307
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.
|
@@ -4714,7 +4714,7 @@ class CodFormComponent {
|
|
|
4714
4714
|
1, 30, 31, 32, 40, 41, 42, 50, 51, 52,
|
|
4715
4715
|
];
|
|
4716
4716
|
this.currentStep = 0;
|
|
4717
|
-
this.formTitle = '
|
|
4717
|
+
this.formTitle = '';
|
|
4718
4718
|
this.formSteps = 5;
|
|
4719
4719
|
this.isLoading = false;
|
|
4720
4720
|
this.loaderMessage = '';
|
|
@@ -4733,7 +4733,7 @@ class CodFormComponent {
|
|
|
4733
4733
|
}
|
|
4734
4734
|
this.formTitle = 'Formulario para verificar y editar información del COD actual';
|
|
4735
4735
|
}
|
|
4736
|
-
else if (this.editCod == false) {
|
|
4736
|
+
else if (this.dataFromPreviusCodData.cod_renovation == false && this.editCod == false) {
|
|
4737
4737
|
this.formTitle = 'Formulario para creación del COD';
|
|
4738
4738
|
}
|
|
4739
4739
|
else if (this.dataFromPreviusCodData.cod_renovation == true && this.editCod == false) {
|