feat: Allow more image formats in avatar uploads form (#8419)
This commit is contained in:
parent
ad8ba299c9
commit
f9bf0883c6
@ -25,7 +25,7 @@
|
|||||||
id="file"
|
id="file"
|
||||||
ref="file"
|
ref="file"
|
||||||
type="file"
|
type="file"
|
||||||
accept="image/png, image/jpeg, image/gif"
|
accept="image/png, image/jpeg, image/jpg, image/gif, image/webp"
|
||||||
@change="handleImageUpload"
|
@change="handleImageUpload"
|
||||||
/>
|
/>
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user