summaryrefslogtreecommitdiff
path: root/app/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-14 01:15:16 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-14 01:15:16 +0100
commita6497a98a5ab721fc0fd758ce18c3804b3dc2148 (patch)
tree84f615d2b00a6274693aae0fb08149ab2658d3f3 /app/client
parent3b9c29a98663e1e6ca7c10b27859addda7386bac (diff)
deploy bundle
Diffstat (limited to 'app/client')
-rw-r--r--app/client/common/fileUpload.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/common/fileUpload.component.js b/app/client/common/fileUpload.component.js
index cc6d6af..ece886b 100644
--- a/app/client/common/fileUpload.component.js
+++ b/app/client/common/fileUpload.component.js
@@ -33,7 +33,7 @@ class FileUpload extends Component {
<span>{this.props.title}</span>
<input
type='file'
- accept={this.props.accept || '*/*'}
+ accept={this.props.accept || ''}
multiple={this.props.multiple}
onChange={this.handleChange}
/>