impaktapps-ui-builder 0.0.101-alpha.98 → 0.0.101-alpha.99

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