mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-24 03:04:28 +08:00
fix: active menu logic is updated (#3602)
This commit is contained in:
parent
8bfb0b5088
commit
31b898b2c6
@ -71,7 +71,7 @@ const menuItems: SidebarMenu[] = [
|
|||||||
export const NEW_ROUTES_MENU_ITEM_KEY_MAP = {
|
export const NEW_ROUTES_MENU_ITEM_KEY_MAP = {
|
||||||
[ROUTES.TRACES_EXPLORER]: ROUTES.TRACE,
|
[ROUTES.TRACES_EXPLORER]: ROUTES.TRACE,
|
||||||
[ROUTES.TRACE_EXPLORER]: ROUTES.TRACE,
|
[ROUTES.TRACE_EXPLORER]: ROUTES.TRACE,
|
||||||
[ROUTES.LOGS_EXPLORER]: ROUTES.LOGS,
|
[ROUTES.LOGS_EXPLORER]: ROUTES.LOGS_EXPLORER,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default menuItems;
|
export default menuItems;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user