aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2021-07-16 00:17:55 +0000
committerLibravatar github-actions <github-actions@github.com>2021-07-16 00:17:55 +0000
commitafddbd422ab0da1f1cbc768ebc6c225502149a11 (patch)
tree0b04be1ef3bd78206c6346a0c84501696c922859 /src
parentUpgraded electron to '13.1.7' (diff)
downloadferdium-app-afddbd422ab0da1f1cbc768ebc6c225502149a11.tar.gz
ferdium-app-afddbd422ab0da1f1cbc768ebc6c225502149a11.tar.zst
ferdium-app-afddbd422ab0da1f1cbc768ebc6c225502149a11.zip
Update submodules, browserslist data updates and linter fixes [skip ci]
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) {