add comment

This commit is contained in:
Abi Raja 2024-01-08 09:22:38 -08:00
parent 77a8377e99
commit 94ac6760b7

View File

@ -60,6 +60,7 @@ function ImageUpload({ setReferenceImages }: Props) {
useDropzone({
maxFiles: 1,
maxSize: 1024 * 1024 * 5, // 5 MB
// Keep in sync with backend supported mime types
accept: {
"image/png": [".png"],
"image/jpeg": [".jpeg"],