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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.963-copyElement.1023",
3
+ "version": "0.0.963-copyElement.1025",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -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.elements && elementType === "Event"){
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,