Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 12, 2024
1 parent d11c3c5 commit 156b0a0
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
EuiIcon,
EuiPageTemplate,
EuiPanel,
EuiText,
EuiBadge,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
Expand Down Expand Up @@ -199,16 +198,16 @@ export const ElasticsearchOverview = () => {
links={[
...(selectedLanguage.basicConfig
? [
{
href: selectedLanguage.basicConfig,
label: i18n.translate(
'xpack.serverlessSearch.configureClient.basicConfigLabel',
{
defaultMessage: 'Basic configuration',
}
),
},
]
{
href: selectedLanguage.basicConfig,
label: i18n.translate(
'xpack.serverlessSearch.configureClient.basicConfigLabel',
{
defaultMessage: 'Basic configuration',
}
),
},
]
: []),
]}
title={i18n.translate('xpack.serverlessSearch.configureClient.title', {
Expand Down

0 comments on commit 156b0a0

Please sign in to comment.