mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Merge branch 'antd' of https://github.com/collinbarrett/FilterLists into antd
This commit is contained in:
commit
913d003712
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export class AllListsTable extends React.Component<{}, State> {
|
|||
}
|
||||
|
||||
private updatePageSize() {
|
||||
const pageSize = Math.floor((window.innerHeight - 275.5) / 59);
|
||||
const pageSize = Math.floor((window.innerHeight - 275.5) / 72);
|
||||
this.setState({
|
||||
pageSize: pageSize,
|
||||
pageSizeOptions: [5, 10, 20, 500, 2000, pageSize].sort((a, b) => a - b).map(String),
|
||||
|
|
|
|||
Loading…
Reference in a new issue