Fix leftover per-page value

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-29 10:43:07 +01:00
parent 0ee3ac9da5
commit 61bfda4d29
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default class RelayMixin extends Vue {
followersPage = 1;
perPage = 1;
perPage = 10;
toggle(row: Record<string, unknown>): void {
this.table.toggleDetails(row);