mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 10:13:55 -06:00
Changed paginable charts so that they use 50 items per page by default
This commit is contained in:
parent
09e2c69e46
commit
e47dfaf36f
@ -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…
x
Reference in New Issue
Block a user