impaktapps-ui-builder 0.0.970-test.2 → 0.0.970-test.3
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.
package/package.json
CHANGED
|
@@ -248,7 +248,7 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
|
|
|
248
248
|
},
|
|
249
249
|
ElementPathSetter: function(uiSchema: any,copiedFormData?: any){
|
|
250
250
|
const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
251
|
-
const elementHeading = formData.name ? `Copied Path: ${formData.pageName}
|
|
251
|
+
const elementHeading = formData.name ? `Copied Path: ${formData.pageName}` : `Copied Path: ${formData.pageName}`;
|
|
252
252
|
uiSchema.elements[2].elements[1].config.main.heading = elementHeading;
|
|
253
253
|
}
|
|
254
254
|
}
|