Update navigation in EditWeeklyReport component
This commit is contained in:
parent
d775a6e381
commit
53f468d7c8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default function GetWeeklyReport(): JSX.Element {
|
|||
}
|
||||
e.preventDefault();
|
||||
void handleNewWeeklyReport();
|
||||
navigate("/project");
|
||||
navigate(-1);
|
||||
}}
|
||||
>
|
||||
<div className="flex flex-col items-center">
|
||||
|
|
Loading…
Add table
Reference in a new issue