fix: allows cleared file to be reselected

This commit is contained in:
Jacob Fletcher
2022-12-21 17:55:48 -05:00
parent a88dddab22
commit 35abe811c1

View File

@@ -160,6 +160,7 @@ const Upload: React.FC<Props> = (props) => {
iconStyle="with-border"
onClick={() => {
setValue(null);
inputRef.current.value = null;
}}
/>
</div>