aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/ui/ImageUpload.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/ImageUpload.js b/src/components/ui/ImageUpload.js
index 9510cf6a5..059610aec 100644
--- a/src/components/ui/ImageUpload.js
+++ b/src/components/ui/ImageUpload.js
@@ -25,6 +25,7 @@ export default @observer class ImageUpload extends Component {
25 }; 25 };
26 26
27 dropzoneRef = null; 27 dropzoneRef = null;
28
28 imgPath = null; 29 imgPath = null;
29 30
30 onDrop(acceptedFiles) { 31 onDrop(acceptedFiles) {