Fix pagination for relays

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-12-18 10:11:50 +01:00
parent 49c8fc9b12
commit 13530f3611
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export default class RelayMixin extends Vue {
checkedRows: IFollower[] = [];
page: number = 1;
perPage: number = 2;
perPage: number = 10;
toggle(row) {
this.$refs.table.toggleDetails(row);