impaktapps-ui-builder 0.0.101-alpha.50 → 0.0.101-alpha.51
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.
|
@@ -8719,8 +8719,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8719
8719
|
return parentPath ? `${parentPath}.events[${rowId}]` : `events[${rowId}]`;
|
|
8720
8720
|
},
|
|
8721
8721
|
ElementPathSetter: function(uiSchema, copiedFormData) {
|
|
8722
|
-
|
|
8723
|
-
uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
|
|
8722
|
+
copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
8724
8723
|
}
|
|
8725
8724
|
};
|
|
8726
8725
|
};
|