mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SingleTopNav: add property to grafana_mega_menu_open
(#95774)
This commit is contained in:
parent
afcd620d21
commit
0802ebcd1a
@ -171,7 +171,10 @@ export class AppChromeService {
|
||||
if (megaMenuDocked) {
|
||||
store.set(DOCKED_MENU_OPEN_LOCAL_STORAGE_KEY, newOpenState);
|
||||
}
|
||||
reportInteraction('grafana_mega_menu_open', { state: newOpenState });
|
||||
reportInteraction('grafana_mega_menu_open', {
|
||||
state: newOpenState,
|
||||
singleTopNav: Boolean(config.featureToggles.singleTopNav),
|
||||
});
|
||||
this.update({
|
||||
megaMenuOpen: newOpenState,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user