impaktapps-ui-builder 0.0.101-alpha.90 → 0.0.101-alpha.91

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.
@@ -8747,8 +8747,11 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8747
8747
  return parentPath ? `${parentPath}.events[${rowId}]` : `events[${rowId}]`;
8748
8748
  },
8749
8749
  ElementPathSetter: function(uiSchema, copiedFormData) {
8750
+ var _a, _b, _c, _d, _e, _f;
8750
8751
  const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
8751
- uiSchema.elements[1].elements[0].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
8752
+ if ((_f = (_e = (_d = (_c = (_b = (_a = uiSchema == null ? void 0 : uiSchema.elements) == null ? void 0 : _a[1]) == null ? void 0 : _b.elements) == null ? void 0 : _c[0]) == null ? void 0 : _d.config) == null ? void 0 : _e.main) == null ? void 0 : _f.headerIcons) {
8753
+ uiSchema.elements[1].elements[0].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
8754
+ }
8752
8755
  }
8753
8756
  };
8754
8757
  };