impaktapps-ui-builder 0.0.963-copyElement.1023 → 0.0.963-copyElement.1024
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.
|
@@ -8481,7 +8481,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8481
8481
|
FailMessage: "The pasted content is invalid; the event cannot be integrated into the component section.",
|
|
8482
8482
|
Fail: true
|
|
8483
8483
|
});
|
|
8484
|
-
} else if (copiedConfig.
|
|
8484
|
+
} else if (copiedConfig.name && elementType === "Event") {
|
|
8485
8485
|
store2.setNotify({
|
|
8486
8486
|
FailMessage: "The pasted content is invalid; the component cannot be integrated into the event section.",
|
|
8487
8487
|
Fail: true
|