mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
Fix profile edition
Closes #763 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c6098b33e3
commit
a8b5f4fc11
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export const typePolicies: TypePolicies = {
|
|||
},
|
||||
Person: {
|
||||
fields: {
|
||||
organizedEvents: pageLimitPagination(),
|
||||
organizedEvents: paginatedLimitPagination<IEvent>(),
|
||||
participations: paginatedLimitPagination<IParticipant>(["eventId"]),
|
||||
memberships: paginatedLimitPagination<IMember>(["group"]),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue