mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 05:42:52 +08:00
CommandPalette: Fix feature flag (#62000)
This commit is contained in:
@ -27,7 +27,7 @@ export function TopSearchBar() {
|
||||
const profileNode = navIndex['profile'];
|
||||
|
||||
const search =
|
||||
config.featureToggles.commandPalette && config.featureToggles.topNavcommandPalette ? (
|
||||
config.featureToggles.commandPalette && config.featureToggles.topNavCommandPalette ? (
|
||||
<TopSearchBarCommandPaletteTrigger />
|
||||
) : (
|
||||
<TopSearchBarInput />
|
||||
|
Reference in New Issue
Block a user