aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/imageUpload/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/imageUpload/index.tsx')
-rw-r--r--src/components/ui/imageUpload/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/ui/imageUpload/index.tsx b/src/components/ui/imageUpload/index.tsx
index 876572484..092271ab0 100644
--- a/src/components/ui/imageUpload/index.tsx
+++ b/src/components/ui/imageUpload/index.tsx
@@ -129,7 +129,9 @@ class ImageUpload extends Component<IProps, IState> {
129 </> 129 </>
130 ) : ( 130 ) : (
131 <Dropzone 131 <Dropzone
132 // eslint-disable-next-line react/jsx-no-bind
132 onDropAccepted={this.onDropAccepted.bind(this)} 133 onDropAccepted={this.onDropAccepted.bind(this)}
134 // eslint-disable-next-line react/jsx-no-bind
133 onDropRejected={this.onDropRejected.bind(this)} 135 onDropRejected={this.onDropRejected.bind(this)}
134 multiple={multiple} 136 multiple={multiple}
135 accept={{ 137 accept={{