diff --git a/src/pages/home/uploads/Upload.tsx b/src/pages/home/uploads/Upload.tsx index 1712f987..14f276e1 100644 --- a/src/pages/home/uploads/Upload.tsx +++ b/src/pages/home/uploads/Upload.tsx @@ -101,7 +101,7 @@ const Upload = () => { for await (const ms of asyncPool(3, files, handleFile)) { console.log(ms) } - refresh(undefined, true) + refresh() } const setUpload = (path: string, key: keyof UploadFileProps, value: any) => { setUploadFiles("uploads", (upload) => upload.path === path, key, value)