Skip to content

Commit

Permalink
[8.x] [ES|QL] Fixes the wrongly focused suggestion (#198654) (#198780)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[ES|QL] Fixes the wrongly focused suggestion
(#198654)](#198654)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Stratoula
Kalafateli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-04T13:27:43Z","message":"[ES|QL]
Fixes the wrongly focused suggestion (#198654)\n\n##
Summary\r\n\r\nRemoves the wrongly focused panel
id.\r\n\r\n**Now**\r\n\r\n<img width=\"421\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/31ab675a-349a-49ca-a2aa-8272ff88319d\">\r\n\r\n**Before**\r\n<img
width=\"524\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/0483f46c-3cfb-48b7-b32e-ff15e2a285ff\">","sha":"867b05eb586d2d9f36547b4d6dc2a20d975de7a8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Feature:ES|QL","Team:ESQL","backport:version","v8.17.0"],"title":"[ES|QL]
Fixes the wrongly focused
suggestion","number":198654,"url":"https://github.com/elastic/kibana/pull/198654","mergeCommit":{"message":"[ES|QL]
Fixes the wrongly focused suggestion (#198654)\n\n##
Summary\r\n\r\nRemoves the wrongly focused panel
id.\r\n\r\n**Now**\r\n\r\n<img width=\"421\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/31ab675a-349a-49ca-a2aa-8272ff88319d\">\r\n\r\n**Before**\r\n<img
width=\"524\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/0483f46c-3cfb-48b7-b32e-ff15e2a285ff\">","sha":"867b05eb586d2d9f36547b4d6dc2a20d975de7a8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198654","number":198654,"mergeCommit":{"message":"[ES|QL]
Fixes the wrongly focused suggestion (#198654)\n\n##
Summary\r\n\r\nRemoves the wrongly focused panel
id.\r\n\r\n**Now**\r\n\r\n<img width=\"421\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/31ab675a-349a-49ca-a2aa-8272ff88319d\">\r\n\r\n**Before**\r\n<img
width=\"524\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/0483f46c-3cfb-48b7-b32e-ff15e2a285ff\">","sha":"867b05eb586d2d9f36547b4d6dc2a20d975de7a8"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Stratoula Kalafateli <[email protected]>
  • Loading branch information
kibanamachine and stratoula authored Nov 4, 2024
1 parent 71e6eb0 commit 45d0868
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 45d0868

Please sign in to comment.