impaktapps-ui-builder 0.0.101-alpha.88 → 0.0.101-alpha.89

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.
@@ -8748,7 +8748,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8748
8748
  },
8749
8749
  ElementPathSetter: function(uiSchema, copiedFormData) {
8750
8750
  const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
8751
- uiSchema.elements[1].elements[0].config.main.headerIcons.elements[1].config.main.title = `Copied Path: ${formData.name}`;
8751
+ uiSchema.elements[1].elements[0].config.main.headerIcons.elements[1].widget.config.main.title = `Copied Path: ${formData.name}`;
8752
8752
  }
8753
8753
  };
8754
8754
  };