mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Page: Fixes plugins chromeless bug (#62879)
This commit is contained in:
@@ -47,6 +47,9 @@ export const OldPage: PageType = ({
|
|||||||
chrome.update({
|
chrome.update({
|
||||||
sectionNav: navModel.node,
|
sectionNav: navModel.node,
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
// Need to trigger a chrome state update for the route change to be processed
|
||||||
|
chrome.update({});
|
||||||
}
|
}
|
||||||
}, [navModel, chrome]);
|
}, [navModel, chrome]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user