Merge branch 'develop' into trace-filter-toolip

This commit is contained in:
Palash 2022-06-24 11:47:12 +05:30 committed by GitHub
commit ecb2ed8ac8
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 {