impaktapps-ui-builder 0.0.972 → 0.0.973
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.
|
@@ -8502,8 +8502,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8502
8502
|
},
|
|
8503
8503
|
ElementPathSetter: function(uiSchema, copiedFormData) {
|
|
8504
8504
|
const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
8505
|
-
|
|
8506
|
-
uiSchema.elements[2].elements[1].config.main.heading = elementHeading;
|
|
8505
|
+
uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
|
|
8507
8506
|
}
|
|
8508
8507
|
};
|
|
8509
8508
|
};
|