CommandPalette: Fix feature flag (#62000)

This commit is contained in:
Josh Hunt 2023-01-24 14:52:12 +00:00 committed by GitHub
parent 3e73ba5460
commit 32ff95bde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 />