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