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

Update event data (VPU/Apps/Signature#1)

parent 833341ba
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class VPUFileUpload extends VPULitElement {
}
let data = {
filename: file.name,
fileName: file.name,
status: response.status,
json: {"hydra:description": ""}
};
......@@ -144,7 +144,8 @@ class VPUFileUpload extends VPULitElement {
sendStartEvent(file) {
let data = {
filename: file.name,
fileName: file.name,
fileSize: file.size,
};
this.dispatchEvent(new CustomEvent("vpu-fileupload-file-start",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment