iptdevs-design-system 3.1.884 → 3.1.885

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.
@@ -3749,7 +3749,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3749
3749
  }
3750
3750
  handleDataChanges(changes) {
3751
3751
  // Caso 1: Hay initialData y NO hay dataPreviusCodData
3752
- if (changes['initialData']?.currentValue) {
3752
+ if (changes['initialData']?.currentValue && !this.isEditCod && !this.isRenovation && !this.courseSelectRenovation) {
3753
3753
  console.log("Procesando initialData (tiene prioridad)");
3754
3754
  this.processData(this.initialData);
3755
3755
  return;