correction of a mistaken change

This commit is contained in:
Daniel Miedzik 2020-11-27 08:50:54 +01:00
commit 28554e49ca
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
/**
* Obtain the uploaded file names
* @type {string[]}
* @type {FileList}
*/
export let files = [];