impaktapps-ui-builder 0.0.101-alpha.101 → 0.0.101-alpha.102
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.
|
@@ -8689,7 +8689,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8689
8689
|
this.ElementPathSetter(uiSchema, copiedFormData);
|
|
8690
8690
|
sessionStorage.setItem("copiedConfig", JSON.stringify(copiedFormData));
|
|
8691
8691
|
store2.setNotify({
|
|
8692
|
-
SuccessMessage: `${elementType} Copied
|
|
8692
|
+
SuccessMessage: `${elementType} Copied Successfully`,
|
|
8693
8693
|
Success: true
|
|
8694
8694
|
});
|
|
8695
8695
|
store2.setSchema(schema2);
|