impaktapps-ui-builder 0.0.963-copyElement.1010 → 0.0.963-copyElement.1011

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.
@@ -8601,7 +8601,7 @@ var pageMaster = (funcParams) => {
8601
8601
  Component(store2, dynamicData2, submitHandler, service2).CopyComponent(store2);
8602
8602
  },
8603
8603
  PasteComponent: function() {
8604
- Component(store2, dynamicData2, submitHandler, service2).PasteComponent(store2);
8604
+ Component(store2, dynamicData2, submitHandler, service2).PasteComponent(store2, this.setPage);
8605
8605
  },
8606
8606
  RemoveItemButton: function() {
8607
8607
  Component(store2, dynamicData2, submitHandler, service2).RemoveItemButton(store2);