mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Fix command palette toggle removal (#62809)
command palette is always here
This commit is contained in:
@@ -72,7 +72,7 @@ export function AppChrome({ children }: Props) {
|
||||
</div>
|
||||
<div className={contentClass}>{children}</div>
|
||||
<MegaMenu searchBarHidden={searchBarHidden} onClose={() => chrome.setMegaMenu(false)} />
|
||||
{featureToggles.commandPalette && <CommandPalette />}
|
||||
<CommandPalette />
|
||||
{!featureToggles.topNavCommandPalette && <SearchWrapper />}
|
||||
</main>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user