From 9ddd8590375a94a8d71bd49353614186da7aaab8 Mon Sep 17 00:00:00 2001 From: Youssef Date: Thu, 14 Oct 2021 22:57:20 +0100 Subject: [PATCH] make Overview tab the default tab when open a feature --- frontend/src/utils/route-path-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (