Skip to content

Commit

Permalink
Update x-pack/plugins/triggers_actions_ui/public/application/lib/brea…
Browse files Browse the repository at this point in the history
…dcrumb.ts

Co-authored-by: Mike Côté <[email protected]>
  • Loading branch information
YulNaumenko and mikecote authored Aug 4, 2020
1 parent e8aa4ba commit 254c45c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ export const getAlertDetailsBreadcrumb = (
name: string
): { text: string; href: string } => {
return {
text: i18n.translate('xpack.triggersActionsUI.alertDetails.breadcrumbTitle', {
defaultMessage: '{name}',
values: { name },
}),
text: name,
href: `${routeToAlertDetails.replace(':alertId', id)}`,
};
};

0 comments on commit 254c45c

Please sign in to comment.