diff --git a/frontend/src/utils/route-path-helpers.ts b/frontend/src/utils/route-path-helpers.ts index 2fc7fd769f..a97e845d54 100644 --- a/frontend/src/utils/route-path-helpers.ts +++ b/frontend/src/utils/route-path-helpers.ts @@ -1,5 +1,5 @@ export const getTogglePath = (projectId: string, featureToggleName: string, newPath: boolean) => { - return `/projects/${projectId}/features${newPath ? '2' : ''}/${featureToggleName}/strategies`; + return `/projects/${projectId}/features${newPath ? '2' : ''}/${featureToggleName}`; }; export const getToggleCopyPath = (