We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9443428 + f5c30f8 commit c57c534Copy full SHA for c57c534
1 file changed
apps/web/src/features/upload/pages/UploadPage.tsx
@@ -45,6 +45,7 @@ export const UploadPage = () => {
45
type: 'error'
46
});
47
}
48
+ setFile(null);
49
};
50
51
if (!instrument) {
0 commit comments