diff --git a/conf/option-fields.json b/conf/option-fields.json index 2682efa9..eea04cd2 100644 --- a/conf/option-fields.json +++ b/conf/option-fields.json @@ -8,5 +8,6 @@ "accommodation", "country", "willOfTheWisp", - "willOfTheWispWave" + "willOfTheWispWave", + "internationalGuest" ] diff --git a/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx b/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx index 165f5aa7..32c20995 100644 --- a/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx +++ b/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx @@ -12,6 +12,7 @@ export function getGenericPropertyFilterContainer(searchFilterStore, searchFilte { country: 'Maa' }, { willOfTheWisp: 'Virvatuli' }, { willOfTheWispWave: 'Virvatulen aalto' }, + { internationalGuest: 'KV-osallistuja' }, ]; class GenericPropertyFilterContainer extends React.Component {