refactor: remove gif and bmp profile image mime

This commit is contained in:
JackEnx 2024-06-22 14:25:43 -03:00
parent fbcacd7c39
commit be5f045a06

View File

@ -40,7 +40,7 @@ export const UserEditProfileModal = ({
filters: [
{
name: "Image",
extensions: ["jpg", "jpeg", "png", "gif", "webp", "bmp"],
extensions: ["jpg", "jpeg", "png", "webp"],
},
],
});