Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make file submission input accept multiple files
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 6f9e073 commit 2037512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/report.tsx
Expand Up @@ -253,7 +253,7 @@ export default function () {
>
Select File
</Button>
<input id="evidence" type="file" />
<input id="evidence" multiple type="file" />
</FormControl>
<br />
<div
Expand Down

0 comments on commit 2037512

Please sign in to comment.