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

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);