Fixed profile suspension

Closes #749

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-30 18:04:01 +02:00
parent 909a1030ef
commit 4c5eb58aa7
3 changed files with 12 additions and 2 deletions

View File

@@ -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,
},
});