iptdevs-design-system 3.1.232 → 3.1.233

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.
@@ -4444,7 +4444,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
4444
4444
  this.isEditCod ? this.sendFormMsg = 'Editar COD' : this.sendFormMsg = 'Crear COD';
4445
4445
  if (changes['initialData']) {
4446
4446
  if (this.initialData != null) {
4447
- if (this.initialData.student != null) {
4447
+ if (this.initialData.student != null || this.initialData != null) {
4448
4448
  this.setDataFromPreviusCod();
4449
4449
  }
4450
4450
  else {