diff --git a/services/web/frontend/js/features/ui/components/ol/ol-form-select.tsx b/services/web/frontend/js/features/ui/components/ol/ol-form-select.tsx index 278b9352d1..65a63fed43 100644 --- a/services/web/frontend/js/features/ui/components/ol/ol-form-select.tsx +++ b/services/web/frontend/js/features/ui/components/ol/ol-form-select.tsx @@ -14,6 +14,7 @@ function OLFormSelect(props: OLFormSelectProps) { const { bs3Props, ...bs5Props } = props const bs3FormSelectProps: BS3FormControlProps = { + children: bs5Props.children, bsSize: bs5Props.size, name: bs5Props.name, value: bs5Props.value,