mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
Fix leftover per-page value
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
0ee3ac9da5
commit
61bfda4d29
1 changed files with 1 additions and 1 deletions
|
@ -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