aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/UploadButton.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/UploadButton.js')
-rw-r--r--vnext/src/components/UploadButton.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/components/UploadButton.js b/vnext/src/components/UploadButton.js
index 115ff32e..73cbbfcf 100644
--- a/vnext/src/components/UploadButton.js
+++ b/vnext/src/components/UploadButton.js
@@ -11,10 +11,10 @@ export default function UploadButton(props) {
} else {
input.click();
}
- }
+ };
let attachmentChanged = (event) => {
props.onChange(event.target.value);
- }
+ };
return (
<div style={props.value ? activeStyle : inactiveStyle}
onClick={openfile}>