Merge pull request #1268 from palashgdev/450-alerts

feat: alerts breadcrumb is added
This commit is contained in:
Palash 2022-06-23 15:06:29 +05:30 committed by GitHub
commit d2c28a47c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {