Skip to content

Commit

Permalink
Update doc title on debug page
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Jun 15, 2022
1 parent ed703ee commit 6e6e8ad
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
import { QueryClient, QueryClientProvider } from 'react-query';
import { ReactQueryDevtools } from 'react-query/devtools';

import { useLink } from '../../hooks';
import { useLink, useStartServices } from '../../hooks';

import {
AgentPolicyDebugger,
Expand Down Expand Up @@ -70,8 +70,11 @@ const panels = [
];

export const DebugPage: React.FunctionComponent = () => {
const { chrome } = useStartServices();
const { getHref } = useLink();

chrome.docTitle.change(['Debug', 'Fleet']);

return (
<QueryClientProvider client={queryClient}>
<EuiPage>
Expand Down

0 comments on commit 6e6e8ad

Please sign in to comment.