forked from potsda.mn/mobilizon
Fix number of group followers per page
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9d15e442af
commit
fcc3fe746e
|
@ -171,7 +171,7 @@ export default class GroupFollowers extends mixins(GroupMixin) {
|
|||
pending: boolean | null =
|
||||
(this.$route.query.pending as string) == "1" || null;
|
||||
|
||||
FOLLOWERS_PER_PAGE = 1;
|
||||
FOLLOWERS_PER_PAGE = 10;
|
||||
|
||||
usernameWithDomain = usernameWithDomain;
|
||||
|
||||
|
|
Loading…
Reference in a new issue