Fetch config for export event participant formats

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-03-20 16:38:43 +01:00
parent cef536d5b9
commit 20fc9d1f6b
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ export const CONFIG = gql`
isDefault
}
}
exportFormats {
eventParticipants
}
}
}
`;