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 Sep 22, 2023
1 parent 396fe10 commit 55b5dd0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import React from 'react';
import { FormattedMessage } from '@kbn/i18n-react';

export const PermissionDenied = () => (
<EuiPageSection alignment='center' color="danger">
<EuiPageSection alignment="center" color="danger">
<EuiEmptyPrompt
iconType="securityApp"
title={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
EuiFlexItem,
EuiInMemoryTable,
EuiLink,
EuiPageSection,
EuiPageHeader,
EuiPageSection,
EuiSpacer,
EuiSwitch,
} from '@elastic/eui';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
EuiButtonEmpty,
EuiFlexGroup,
EuiFlexItem,
EuiPageSection,
EuiPageHeader,
EuiPageSection,
EuiSpacer,
hexToHsv,
hsvToHex,
Expand Down Expand Up @@ -118,7 +118,7 @@ export class ManageSpacePage extends Component<Props, State> {
public render() {
if (!this.props.capabilities.spaces.manage) {
return (
<EuiPageSection alignment='center' color="danger">
<EuiPageSection alignment="center" color="danger">
<UnauthorizedPrompt />
</EuiPageSection>
);
Expand All @@ -139,7 +139,7 @@ export class ManageSpacePage extends Component<Props, State> {
}

public getLoadingIndicator = () => (
<EuiPageSection alignment='center' color="subdued">
<EuiPageSection alignment="center" color="subdued">
<SectionLoading>
<FormattedMessage
id="xpack.spaces.management.manageSpacePage.loadingMessage"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import {
EuiInMemoryTable,
EuiLink,
EuiLoadingSpinner,
EuiPageSection,
EuiPageHeader,
EuiPageSection,
EuiSpacer,
EuiText,
} from '@elastic/eui';
Expand Down

0 comments on commit 55b5dd0

Please sign in to comment.