mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ES|QL] Removes the warnings from the console (#202899)
This commit is contained in:
parent
13fa5259c8
commit
c2f706d250
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue