From d0ded29b7a1b1ff0fc308c15c4eaa06fdc9ffae2 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 03:50:49 +0000 Subject: [PATCH] feat: Updated frontend/src/components/ImageUpload. --- frontend/src/components/ImageUpload.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/ImageUpload.tsx b/frontend/src/components/ImageUpload.tsx index a94e791..1942f29 100644 --- a/frontend/src/components/ImageUpload.tsx +++ b/frontend/src/components/ImageUpload.tsx @@ -49,7 +49,6 @@ function fileToDataURL(file: File) { type FileWithPreview = { preview: string; } & File; - ); // Convert images to data URLs and set the prompt images state Promise.all(acceptedFiles.map((file) => fileToDataURL(file)))