1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

make Overview tab the default tab when open a feature

This commit is contained in:
Youssef 2021-10-14 22:57:20 +01:00
parent 1058b4049c
commit 9ddd859037

View File

@ -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 = (