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:
parent
1058b4049c
commit
9ddd859037
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user