Fixed profile suspension
Closes #749 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -438,6 +438,10 @@ export default class AdminGroupProfile extends Vue {
|
||||
query: GET_GROUP,
|
||||
variables: {
|
||||
id: profileId,
|
||||
organizedEventsPage: this.organizedEventsPage,
|
||||
organizedEventsLimit: EVENTS_PER_PAGE,
|
||||
postsPage: this.postsPage,
|
||||
postsLimit: POSTS_PER_PAGE,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user