Merge pull request #20021 from overleaf/td-bs3-contact-missing-options

Fix for missing select options in contact form in BS3

GitOrigin-RevId: a6be34114da53caef0fb3a8c9c8bab04663e7a62
This commit is contained in:
Tim Down 2024-08-20 08:31:49 +01:00 committed by Copybot
parent 2e6556c137
commit 7e187d903b

View file

@ -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,