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 647efad982
commit a28ce5e6b6

View File

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