feat: dashboard breadcrumb is added

This commit is contained in:
Palash 2022-06-23 16:29:38 +05:30
parent fe9a6c2448
commit e4f2219f8c

View File

@ -17,6 +17,7 @@ const breadcrumbNameMap = {
[ROUTES.MY_SETTINGS]: 'My Settings',
[ROUTES.ERROR_DETAIL]: 'Errors',
[ROUTES.LIST_ALL_ALERT]: 'Alerts',
[ROUTES.ALL_DASHBOARD]: 'Dashboard',
};
function ShowBreadcrumbs(props: RouteComponentProps): JSX.Element {