Skip to content

Commit 90ea93f

Browse files
committed
dont remove path after upload file
1 parent 1076a25 commit 90ea93f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/file-upload.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const FileUpload = () => {
2727
description: "Files uploaded successfully!",
2828
variant: "success",
2929
})
30-
setPath(null)
3130
setFiles([])
3231
fetchFiles()
3332
}

0 commit comments

Comments
 (0)