mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
Changed paginable charts so that they use 50 items per page by default
This commit is contained in:
@@ -28,7 +28,7 @@ export default class SortableBarGraph extends React.Component {
|
||||
orderField: undefined,
|
||||
orderDir: undefined,
|
||||
currentPage: 1,
|
||||
itemsPerPage: Infinity,
|
||||
itemsPerPage: 50,
|
||||
};
|
||||
|
||||
getSortedPairsForStats(stats, sortingItems) {
|
||||
|
||||
Reference in New Issue
Block a user