iptdevs-design-system 3.1.274 → 3.1.275

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.
@@ -3183,7 +3183,9 @@ class CodFormStepOneComponent extends CodFormSteps {
3183
3183
  this.setDataFromEditCodHistory();
3184
3184
  }
3185
3185
  else {
3186
- this.setDataFromUserHistory();
3186
+ if (this.initialData != null) {
3187
+ this.setDataFromUserHistory();
3188
+ }
3187
3189
  }
3188
3190
  }
3189
3191
  setDataFromUserHistory() {