diff --git a/src/components/_shared/SolidSwiper/SolidSwiper.tsx b/src/components/_shared/SolidSwiper/SolidSwiper.tsx index 2ae065e9..ba02658b 100644 --- a/src/components/_shared/SolidSwiper/SolidSwiper.tsx +++ b/src/components/_shared/SolidSwiper/SolidSwiper.tsx @@ -92,7 +92,7 @@ export const SolidSwiper = (props: Props) => { if (isValid) { try { setLoading(true) - const results: string[] = [] + const results: UploadedFile[] = [] for (const file of selectedFiles) { const result = await handleFileUpload(file) results.push(result.url)