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

Add function getQueuedFile (VPU/Apps/Signature#5)

parent 39c3d0e8
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,10 @@ export class FileUpload extends ScopedElementsMixin(VPULitElement) {
return this.uploadFile(file);
}
getQueuedFile(key) {
return this.queuedFiles[key];
}
getQueuedFiles() {
return this.queuedFiles;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment