Skip to content

Commit

Permalink
Fix pre-existing linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Aug 17, 2024
1 parent 4fa3cd8 commit 5b0be82
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions public/components/PPLPage/PPLPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ export class PPLPage extends React.Component<PPLPageProps, PPLPageState> {
/>
<EuiSpacer />
<EuiFlexGroup className="action-container" gutterSize="m">
<EuiFlexItem
className="sql-editor-buttons"
grow={false}
>
<EuiFlexItem className="sql-editor-buttons" grow={false}>
<EuiSmallButton
fill={true}
data-test-subj="pplRunButton"
Expand All @@ -146,7 +143,11 @@ export class PPLPage extends React.Component<PPLPageProps, PPLPageState> {
this.props.onClear();
}}
>
<EuiSmallButton className="sql-editor-button" data-test-subj="pplClearButton" isDisabled={this.props.asyncLoading}>
<EuiSmallButton
className="sql-editor-button"
data-test-subj="pplClearButton"
isDisabled={this.props.asyncLoading}
>
Clear
</EuiSmallButton>
</EuiFlexItem>
Expand Down

0 comments on commit 5b0be82

Please sign in to comment.