1
0
Fork 0

fix list of file types

This commit is contained in:
Sean Sube 2023-07-20 06:56:58 -05:00
parent 93acc24be4
commit 570b56ab72
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export function Profiles(props: ProfilesProps) {
<ImageSearch />
<input
hidden
accept={'*.json,*.jpg,*.jpeg,*.png,*.txt'}
accept={'.json,.jpg,.jpeg,.png,.txt,.webp'}
type='file'
onChange={(event) => {
const { files } = event.target;