@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.
@@ -15263,7 +15263,7 @@ class EqpDynamicModuleConfiguratorComponent {
15263
15263
  cloneField.OrdinalPosition = this.form.Fields.length + 1;
15264
15264
  this.selectedField = new BaseField();
15265
15265
  this.indexSelectedField = null;
15266
- let cloneFieldStructure = { field: this.selectedField, reopen: 0 };
15266
+ let cloneFieldStructure = { field: cloneField, reopen: 0 };
15267
15267
  this.onSaveField(cloneFieldStructure);
15268
15268
  }
15269
15269
  else {