diff --git a/public/app/core/components/Page/Page.tsx b/public/app/core/components/Page/Page.tsx index 3e55466782a..65f96065503 100644 --- a/public/app/core/components/Page/Page.tsx +++ b/public/app/core/components/Page/Page.tsx @@ -47,6 +47,9 @@ export const OldPage: PageType = ({ chrome.update({ sectionNav: navModel.node, }); + } else { + // Need to trigger a chrome state update for the route change to be processed + chrome.update({}); } }, [navModel, chrome]);