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