impaktapps-ui-builder 0.0.963-copyElement.1023 → 0.0.963-copyElement.1025
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
|
@@ -247,7 +247,7 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
|
|
|
247
247
|
Fail: true,
|
|
248
248
|
});
|
|
249
249
|
}
|
|
250
|
-
else if(copiedConfig.
|
|
250
|
+
else if(copiedConfig.name && elementType === "Event"){
|
|
251
251
|
store.setNotify({
|
|
252
252
|
FailMessage: "The pasted content is invalid; the component cannot be integrated into the event section.",
|
|
253
253
|
Fail: true,
|