mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user