Skip to content

Commit

Permalink
navigate correctly after import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 12, 2022
1 parent f60bb58 commit 2454751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/import-export/import-in-progress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default function ImportInProgressDialog(props: {
function onClose() {
loadMentor();
setOpen(false);
navigate("/");
navigate("/admin/");
}

return (
Expand Down

0 comments on commit 2454751

Please sign in to comment.