impaktapps-ui-builder 0.0.963-copyElement.1028 → 0.0.963-copyElement.1029

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.
@@ -9488,16 +9488,14 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
9488
9488
  ...functionsName
9489
9489
  ];
9490
9490
  }
9491
+ if (sessionStorage.getItem("copiedConfig")) {
9492
+ Component(store22, dynamicData2, submitHandler, service2).ElementPathSetter(uiSchema);
9493
+ }
9491
9494
  store22.setSchema(schema2);
9492
9495
  store22.setUiSchema(uiSchema);
9493
9496
  },
9494
9497
  getFormData: Component(store2, dynamicData2, submitHandler, service2).getFormdata,
9495
9498
  getUiSchema: function() {
9496
- const UiSchema = _.cloneDeep(EventUiSchema(store2.theme.myTheme));
9497
- if (sessionStorage.getItem("copiedConfig")) {
9498
- Component(store2, dynamicData2, submitHandler, service2).ElementPathSetter(UiSchema);
9499
- }
9500
- store2.setUiSchema(UiSchema);
9501
9499
  return EventUiSchema;
9502
9500
  },
9503
9501
  getSchema: () => {