Skip to content

Commit

Permalink
Revert "fix(Rv-no-id): Fix error (#509)"
Browse files Browse the repository at this point in the history
This reverts commit 24e4cea.
  • Loading branch information
knguyenrise8 authored Jan 13, 2025
1 parent 24e4cea commit bf62b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ReviewBulk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const ReviewBulk = ({
const handleCSVDownload = () => {
try {
onDownload();
navigate("/");
} catch (error) {
console.error("Error downloading CSV", error);
}
Expand Down

0 comments on commit bf62b12

Please sign in to comment.