From 0a5eff2255279eaf2d567ffb883e8b8529691461 Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Wed, 15 Jun 2022 01:34:56 +0530 Subject: [PATCH] feat: alerts breadcrumb is added --- frontend/src/container/TopNav/Breadcrumbs/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/TopNav/Breadcrumbs/index.tsx b/frontend/src/container/TopNav/Breadcrumbs/index.tsx index 25ff730711..33d42ac5b0 100644 --- a/frontend/src/container/TopNav/Breadcrumbs/index.tsx +++ b/frontend/src/container/TopNav/Breadcrumbs/index.tsx @@ -16,6 +16,7 @@ const breadcrumbNameMap = { [ROUTES.ORG_SETTINGS]: 'Organization Settings', [ROUTES.MY_SETTINGS]: 'My Settings', [ROUTES.ERROR_DETAIL]: 'Errors', + [ROUTES.LIST_ALL_ALERT]: 'Alerts', }; function ShowBreadcrumbs(props: RouteComponentProps): JSX.Element {