Minor fix

This commit is contained in:
Rainer Simon 2021-06-11 12:09:23 +02:00
parent a9046c8dfb
commit 15d88d02a7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const PurposeSelect = props => {
PURPOSES.find(p => p.value === props.content) : null; PURPOSES.find(p => p.value === props.content) : null;
return ( return (
<div class="r6o-purposedropdown"> <div className="r6o-purposedropdown">
<Select <Select
value={selectedOption} value={selectedOption}
onChange={props.onChange} onChange={props.onChange}