Add HEIC to supported mimes, closes #8122

This commit is contained in:
Tom Moor
2024-12-18 09:49:28 +09:00
parent 4af07ab6c4
commit c8cbb9ef9c
+1
View File
@@ -16,6 +16,7 @@ export const AttachmentValidation = {
"image/svg+xml",
"image/bmp",
"image/tiff",
"image/heic",
],
};