Skip to content

Commit

Permalink
Merge #45532
Browse files Browse the repository at this point in the history
45532: ui: statements list r=dhartunian a=elkmaster

fixed scrolling behavior on statement list

Resolves: #45449

Release note (ui): none

Co-authored-by: Vlad Los <[email protected]>
  • Loading branch information
craig[bot] and vladlos committed Mar 3, 2020
2 parents 5f9a71a + e44b9cb commit 47259c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ui/src/views/statements/statementsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class StatementsPage extends React.Component<StatementsPageProps & RouteC
this.props.apps.forEach(app => appOptions.push({ value: app, label: app }));
const data = this.getStatementsData();
return (
<React.Fragment>
<div className="section">
<PageConfig>
<PageConfigItem>
<Search
Expand Down Expand Up @@ -217,7 +217,7 @@ export class StatementsPage extends React.Component<StatementsPageProps & RouteC
onChange={this.onChangePage}
hideOnSinglePage={data.length === 0}
/>
</React.Fragment>
</div>
);
}

Expand Down

0 comments on commit 47259c2

Please sign in to comment.