Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow multiple files on input of game ban modal
  • Loading branch information
regalijan committed Apr 15, 2024
1 parent 6312931 commit d19bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NewGameBan.tsx
Expand Up @@ -271,7 +271,7 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
>
Select Files
</Button>
<input id="evidence" type="file" />
<input id="evidence" multiple type="file" />
</ModalBody>
<ModalFooter>
<Button onClick={reset}>Cancel</Button>
Expand Down

0 comments on commit d19bfac

Please sign in to comment.