mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
change from defaultValue to value because of formsy
This commit is contained in:
parent
5cb46b1579
commit
93054cf393
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ var LanguageChooser = React.createClass({
|
|||
<Form className={classes}>
|
||||
<Select name="language"
|
||||
options={languageOptions}
|
||||
defaultValue={this.props.locale}
|
||||
value={this.props.locale}
|
||||
onChange={this.onSetLanguage}
|
||||
required />
|
||||
</Form>
|
||||
|
|
Loading…
Reference in a new issue