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.
|
@@ -8688,6 +8688,10 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8688
8688
|
const copiedFormData = getFormdataFromSessionStorage(copiedElementPath);
|
|
8689
8689
|
this.ElementPathSetter(uiSchema, copiedFormData);
|
|
8690
8690
|
sessionStorage.setItem("copiedConfig", JSON.stringify(copiedFormData));
|
|
8691
|
+
store2.setNotify({
|
|
8692
|
+
SuccessMessage: `Copied ${elementType} successfully`,
|
|
8693
|
+
Success: true
|
|
8694
|
+
});
|
|
8691
8695
|
store2.setSchema(schema2);
|
|
8692
8696
|
store2.setUiSchema(uiSchema);
|
|
8693
8697
|
},
|