Skip to content

Commit

Permalink
Change instance declaration of defaultProps to static
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kepka committed Oct 25, 2017
1 parent 76ce660 commit 4e20154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/atoms/Select.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class Select extends Component {
value: RPT.any
}

defaultProps = {
static defaultProps = {
options: []
}

Expand Down

0 comments on commit 4e20154

Please sign in to comment.