Commit 93054cf3 authored by Technoboy10's avatar Technoboy10

change from defaultValue to value because of formsy

parent 5cb46b15
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment