impaktapps-ui-builder 0.0.101-alpha.100 → 0.0.101-alpha.101

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.100",
3
+ "version": "0.0.101-alpha.101",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -307,7 +307,7 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
307
307
  this.ElementPathSetter(uiSchema,copiedFormData);
308
308
  sessionStorage.setItem('copiedConfig',JSON.stringify(copiedFormData));
309
309
  store.setNotify({
310
- SuccessMessage: `${elementType} Copied successfully`,
310
+ SuccessMessage: `${elementType} Copied Successfully`,
311
311
  Success: true,
312
312
  })
313
313
  store.setSchema(schema);