mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 10:49:03 +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,
|
to: ROUTES.LOGS,
|
||||||
name: 'Logs',
|
name: 'Logs',
|
||||||
// tags: ['Beta'],
|
// tags: ['Beta'],
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
key: ROUTES.LOGS,
|
// key: ROUTES.LOGS,
|
||||||
label: 'Search',
|
// label: 'Search',
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Icon: DashboardFilled,
|
Icon: DashboardFilled,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user