Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed May 19, 2017
1 parent aad99fe commit 006dba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mui/input/SelectArrayInput.js
Expand Up @@ -56,7 +56,7 @@ export class SelectArrayInput extends Component {

componentWillMount = () => {
this.setState({
values: this.resolveValues(this.props.input.value, this.props.choices),
values: this.resolveValues(this.props.input.value || [], this.props.choices),
});
}

Expand Down

0 comments on commit 006dba9

Please sign in to comment.