forked from potsda.mn/mobilizon
Fix leftover per-page value
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
0ee3ac9da5
commit
61bfda4d29
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue