impaktapps-ui-builder 0.0.101-alpha.89 → 0.0.101-alpha.90
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].widget.config.main.
|
|
8751
|
+
uiSchema.elements[1].elements[0].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
|
|
8752
8752
|
}
|
|
8753
8753
|
};
|
|
8754
8754
|
};
|