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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.50",
3
+ "version": "0.0.101-alpha.51",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -334,7 +334,7 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
334
334
  },
335
335
  ElementPathSetter: function(uiSchema: any,copiedFormData?: any){
336
336
  const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
337
- uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
337
+ // uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
338
338
  }
339
339
  }
340
340
  };