Skip to content

Commit f5c30f8

Browse files
committed
feat: remove file from dropzone on submission
1 parent 9443428 commit f5c30f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/features/upload/pages/UploadPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const UploadPage = () => {
4545
type: 'error'
4646
});
4747
}
48+
setFile(null);
4849
};
4950

5051
if (!instrument) {

0 commit comments

Comments
 (0)