impaktapps-ui-builder 0.0.963-copyElement.1009 → 0.0.963-copyElement.1010
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
|
@@ -224,7 +224,7 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
|
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
const copiedData = JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
227
|
-
if(
|
|
227
|
+
if(copiedData.Handler){
|
|
228
228
|
store.setNotify({
|
|
229
229
|
FailMessage: "Pasting element not Valid",
|
|
230
230
|
Fail: true,
|