mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Changed paginable charts so that they use 50 items per page by default
This commit is contained in:
parent
09e2c69e46
commit
e47dfaf36f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default class SortableBarGraph extends React.Component {
|
|||
orderField: undefined,
|
||||
orderDir: undefined,
|
||||
currentPage: 1,
|
||||
itemsPerPage: Infinity,
|
||||
itemsPerPage: 50,
|
||||
};
|
||||
|
||||
getSortedPairsForStats(stats, sortingItems) {
|
||||
|
|
Loading…
Reference in a new issue