mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Fix showing command palette when menu is docked (#79335)
* fix showing command palette when menu is docked * separate out command palette
This commit is contained in:
parent
2f295dfec9
commit
bb4aa16b13
@ -102,9 +102,9 @@ export function AppChrome({ children }: Props) {
|
||||
) : (
|
||||
<MegaMenu searchBarHidden={searchBarHidden} onClose={() => chrome.setMegaMenuOpen(false)} />
|
||||
)}
|
||||
<CommandPalette />
|
||||
</>
|
||||
)}
|
||||
{!state.chromeless && <CommandPalette />}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user