mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:19:02 +08:00
fix: commented unwanted sidebar menu option (#2513)
* fix: Removed Strict mode to stop render twice * fix: commented unwanted sidebar menuoption
This commit is contained in:
parent
9d20c2f787
commit
192d3881a1
@ -29,12 +29,12 @@ const menus: SidebarMenu[] = [
|
||||
to: ROUTES.LOGS,
|
||||
name: 'Logs',
|
||||
// tags: ['Beta'],
|
||||
children: [
|
||||
{
|
||||
key: ROUTES.LOGS,
|
||||
label: 'Search',
|
||||
},
|
||||
],
|
||||
// children: [
|
||||
// {
|
||||
// key: ROUTES.LOGS,
|
||||
// label: 'Search',
|
||||
// },
|
||||
// ],
|
||||
},
|
||||
{
|
||||
Icon: DashboardFilled,
|
||||
|
Loading…
x
Reference in New Issue
Block a user