Skip to content

Commit

Permalink
Shiiet
Browse files Browse the repository at this point in the history
  • Loading branch information
AsbjoernJC committed Mar 20, 2024
1 parent d2e6fd8 commit e861f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TimeTrace/src/components/FileUploadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ function FileUploadButton({ onFileChange }: { onFileChange: (file: File | null)
}

function handleFileRemove() {
onFileChange(null);
window.location.reload();
// onFileChange(null);
}

return (
Expand Down

0 comments on commit e861f0e

Please sign in to comment.