impaktapps-ui-builder 0.0.101-alpha.50 → 0.0.101-alpha.52

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.
@@ -6564,6 +6564,9 @@ const ComponentSchema = {
6564
6564
  { title: "Info", const: "info" }
6565
6565
  ]
6566
6566
  },
6567
+ pageName: {
6568
+ path: []
6569
+ },
6567
6570
  name: {
6568
6571
  type: "string"
6569
6572
  },
@@ -8719,8 +8722,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8719
8722
  return parentPath ? `${parentPath}.events[${rowId}]` : `events[${rowId}]`;
8720
8723
  },
8721
8724
  ElementPathSetter: function(uiSchema, copiedFormData) {
8722
- const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
8723
- uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
8725
+ copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
8724
8726
  }
8725
8727
  };
8726
8728
  };