Skip to content

Commit

Permalink
Fix breadcrumbs test->trail API (#79554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Constance authored Oct 5, 2020
1 parent 1cf7f78 commit 7eeb4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const GroupOverview: React.FC = () => {

return (
<>
<SetPageChrome text="Group Overview" />
<SetPageChrome trail={['Group Overview']} />
<SendTelemetry action="viewed" metric="group_overview" />

<ViewContentHeader title={truncatedName} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const Groups: React.FC = () => {

return (
<>
<SetPageChrome text="Groups" />
<SetPageChrome trail={['Groups']} />
<SendTelemetry action="viewed" metric="groups" />
<FlashMessages />
<ViewContentHeader
Expand Down

0 comments on commit 7eeb4ee

Please sign in to comment.