mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Page: Fixes plugins chromeless bug (#62879)
This commit is contained in:
parent
00d954320f
commit
0ae118d3ed
@ -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]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user