hotfix/typecheck (#123)

This commit is contained in:
Ilya Y 2023-07-16 00:57:52 +03:00 committed by GitHub
parent 17e9d7d8ab
commit bf9c061250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)