Skip to content
Snippets Groups Projects
Commit 7c035577 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add log output (VPU/Middleware/API#40)

parent c975bdfb
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,7 @@ class VPUFileUpload extends VPULitElement { ...@@ -103,6 +103,7 @@ class VPUFileUpload extends VPULitElement {
json: json json: json
}; };
console.log(data);
const event = new CustomEvent("vpu-fileupload-finished", { "detail": data, bubbles: true, composed: true }); const event = new CustomEvent("vpu-fileupload-finished", { "detail": data, bubbles: true, composed: true });
this.dispatchEvent(event); this.dispatchEvent(event);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment