diff --git a/client/src/pages/Projects/ProjectEdit/index.tsx b/client/src/pages/Projects/ProjectEdit/index.tsx index 2562ec03f282b3c65ac80f5dbd85372fb81bed58..6630112afbb26768665556d8fe1bb240ffdcec9e 100644 --- a/client/src/pages/Projects/ProjectEdit/index.tsx +++ b/client/src/pages/Projects/ProjectEdit/index.tsx @@ -43,7 +43,7 @@ export default function ProjectEdit() { status: status, deadline: deadline?.toString() }); - history.push('/projects'); + history.push(`/projects/${project.id}`); } } catch (e) { setError('There was an error with updating your project. Please try again!');