Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Replace history on project settings redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Nov 29, 2023
1 parent 8cf7a05 commit 6180740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/projectSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const ProjectSettings: React.FC = () => {
if (!tabRouteValues.includes(tab)) {
return (
<Navigate
replace
to={getProjectSettingsRoute(
identifier,
ProjectSettingsTabRoutes.General
Expand Down

0 comments on commit 6180740

Please sign in to comment.