diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-13 15:06:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-13 15:06:31 +0100 |
| commit | e6fb3563efabb97bc8e97611cefbb916296a5812 (patch) | |
| tree | 540bf7b6652bdc99ca481a7ec30478d6112adb36 /public/bundle.js | |
| parent | 4fae696b5a2b494f5b31880e8106c0ebebf11e86 (diff) | |
wtf
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/bundle.js b/public/bundle.js index 9ebd6e5..5660d72 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -4056,9 +4056,7 @@ var FileUpload = function (_Component) { var i = void 0, f = void 0; for (i = 0, f; i < files.length; i++) { - f = files[i]; - if (!f) continue; - mimeFiles.push(f); + mimeFiles.push(files[i]); // if (!f.type.match(this.props.mime)) continue } console.log(mimeFiles); |
