Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions f2/src/forms/EvidenceInfoForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const EvidenceInfoForm = props => {
alert(
'Warning: Your file size exceeds 4MB. Please reduce the size and try uploading again. \n Alerte : La taille de votre fichier dépasse 4 Mo. Veuillez réduire la taille et essayer de télécharger à nouveau.',
)
e.target.value = '' // clear the file input target, to allow the file to be chosen again
return
}
setStatus('fileUpload.added')
Expand Down