SingleTopNav: add property to grafana_mega_menu_open (#95774)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user