impaktapps-ui-builder 0.0.963-CopyComponent.10 → 0.0.963-CopyComponent.11

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.963-CopyComponent.10",
3
+ "version": "0.0.963-CopyComponent.11",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -188,7 +188,7 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
188
188
 
189
189
  const formData = getFormdataFromSessionStorage(copiedComponentPath);
190
190
 
191
- uiSchema.elements[5].config.main.heading = formData.name;
191
+ uiSchema.elements[4].config.main.heading = formData.name;
192
192
 
193
193
 
194
194
  sessionStorage.setItem('copiedConfig',JSON.stringify(formData));