@eqproject/eqp-dynamic-module 2.10.22 → 2.10.23

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.
@@ -15313,7 +15313,7 @@ class EqpDynamicModuleConfiguratorComponent {
15313
15313
  cloneField.OrdinalPosition = this.form.Fields.length + 1;
15314
15314
  this.selectedField = new BaseField();
15315
15315
  this.indexSelectedField = null;
15316
- let cloneFieldStructure = { field: this.selectedField, reopen: 0 };
15316
+ let cloneFieldStructure = { field: cloneField, reopen: 0 };
15317
15317
  this.onSaveField(cloneFieldStructure);
15318
15318
  }
15319
15319
  else {