Skip to content

Commit

Permalink
[ES|QL] Fixes the wrongly focused suggestion (#198654)
Browse files Browse the repository at this point in the history
## Summary

Removes the wrongly focused panel id.

**Now**

<img width="421" alt="image"
src="https://github.com/user-attachments/assets/31ab675a-349a-49ca-a2aa-8272ff88319d">

**Before**
<img width="524" alt="image"
src="https://github.com/user-attachments/assets/0483f46c-3cfb-48b7-b32e-ff15e2a285ff">
  • Loading branch information
stratoula authored Nov 4, 2024
1 parent 070e5ef commit 867b05e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export const ESQLMenuPopover: React.FC<ESQLMenuPopoverProps> = ({
},
{
id: 1,
initialFocusedItemIndex: 1,
title: i18n.translate('unifiedSearch.query.queryBar.esqlMenu.exampleQueries', {
defaultMessage: 'Recommended queries',
}),
Expand Down

0 comments on commit 867b05e

Please sign in to comment.