[WEB-1808] style: fix settings highlight on app sidebar. (#4995)
This commit is contained in:
parent
b50df9ef99
commit
cc479f39a7
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ export const SIDEBAR_WORKSPACE_MENU_ITEMS: {
|
|||
label: "Settings",
|
||||
href: `/settings`,
|
||||
access: EUserWorkspaceRoles.GUEST,
|
||||
highlight: (pathname: string, baseUrl: string) => pathname.includes(`${baseUrl}/analytics/`),
|
||||
highlight: (pathname: string, baseUrl: string) => pathname.includes(`${baseUrl}/settings/`),
|
||||
Icon: Settings,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue