Fix breadcrumbs test->trail API (#79554)

This commit is contained in:
Constance 2020-10-05 12:49:42 -07:00 committed by GitHub
parent 1cf7f783cd
commit 7eeb4eed83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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} />

View file

@ -123,7 +123,7 @@ export const Groups: React.FC = () => {
return (
<>
<SetPageChrome text="Groups" />
<SetPageChrome trail={['Groups']} />
<SendTelemetry action="viewed" metric="groups" />
<FlashMessages />
<ViewContentHeader