mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
2e6556c137
commit
7e187d903b
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue