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:
Chintan Sudani 2023-03-28 21:22:06 +05:30 committed by GitHub
parent 9d20c2f787
commit 192d3881a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,