feat(editor): ⚡️ Accept uploaded gif for image bubble
This commit is contained in:
@ -41,7 +41,7 @@ export const UploadButton = ({
|
||||
id="file-input"
|
||||
display="none"
|
||||
onChange={handleInputChange}
|
||||
accept=".jpg, .jpeg, .png, .svg"
|
||||
accept=".jpg, .jpeg, .png, .svg, .gif"
|
||||
/>
|
||||
<Button
|
||||
as="label"
|
||||
|
Reference in New Issue
Block a user