allow webp uploads
This commit is contained in:
parent
76a27611c5
commit
c1a3e63b07
@ -87,7 +87,7 @@ const useImageUpload = (folderName?: string) => {
|
||||
</button>
|
||||
<input
|
||||
type="file"
|
||||
accept="image/png, image/jpeg"
|
||||
accept="image/png, image/jpeg, image/webp"
|
||||
hidden
|
||||
onChange={onImageChange}
|
||||
ref={inputFileRef}
|
||||
|
Loading…
x
Reference in New Issue
Block a user