mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 06:02: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 profileNode = navIndex['profile'];
|
||||||
|
|
||||||
const search =
|
const search =
|
||||||
config.featureToggles.commandPalette && config.featureToggles.topNavcommandPalette ? (
|
config.featureToggles.commandPalette && config.featureToggles.topNavCommandPalette ? (
|
||||||
<TopSearchBarCommandPaletteTrigger />
|
<TopSearchBarCommandPaletteTrigger />
|
||||||
) : (
|
) : (
|
||||||
<TopSearchBarInput />
|
<TopSearchBarInput />
|
||||||
|
Reference in New Issue
Block a user