Skip to content
Snippets Groups Projects
Verified Commit af68b1d6 authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Activate gender choice in UiT frontend

parent 616e97e9
No related branches found
No related tags found
1 merge request!426Activate gender choice in UiT frontend
Pipeline #234301 passed
......@@ -30,6 +30,15 @@ function FeatureProvider(props: FeatureProviderProps) {
}
break
case "uit":
features = {
displayContactAtUnit: true,
displayComment: true,
displayContactAtUnitGuestInput: true,
showGenderFieldForGuest: true,
}
break
case 'uio':
default:
features = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment