mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ES|QL] Fixes the wrongly focused suggestion (#198654)
## 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">
This commit is contained in:
parent
070e5ef7d1
commit
867b05eb58
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue