From 192d3881a1dfab46c8cb4478ca3294d2ad8ccff1 Mon Sep 17 00:00:00 2001 From: Chintan Sudani <46838508+techchintan@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:22:06 +0530 Subject: [PATCH] fix: commented unwanted sidebar menu option (#2513) * fix: Removed Strict mode to stop render twice * fix: commented unwanted sidebar menuoption --- frontend/src/container/SideNav/menuItems.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/container/SideNav/menuItems.ts b/frontend/src/container/SideNav/menuItems.ts index 5be9c9b9a1..2724878ffc 100644 --- a/frontend/src/container/SideNav/menuItems.ts +++ b/frontend/src/container/SideNav/menuItems.ts @@ -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,