Merge pull request #1311 from palashgdev/490-dashboard

feat: dashboard breadcrumb is added
This commit is contained in:
Palash 2022-06-24 11:46:58 +05:30 committed by GitHub
commit 31931e5a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {