Skip to content

Commit

Permalink
[ES|QL] Removes the warnings from the console (#202899)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Dec 4, 2024
1 parent 13fa525 commit c2f706d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/kbn-esql-editor/src/editor_footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,13 @@ export const EditorFooter = memo(function EditorFooter({
/>
)}
<EuiFlexItem grow={false}>
<EuiButtonIcon iconType="documentation" onClick={toggleLanguageComponent} />
<EuiButtonIcon
iconType="documentation"
onClick={toggleLanguageComponent}
aria-label={i18n.translate('esqlEditor.query.documentationAriaLabel', {
defaultMessage: 'Open documentation',
})}
/>
</EuiFlexItem>
</EuiFlexGroup>
</EuiFlexItem>
Expand Down

0 comments on commit c2f706d

Please sign in to comment.