Skip to content

Commit

Permalink
fix selectedValue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 7, 2018
1 parent 865913d commit 93efb0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SimpleDropdown extends React.PureComponent {
SimpleDropdown.defaultProps = {
color: 'brand-secondary',
opened: false,
// selectedValue: 0,
selectedValue: 0,
uppercase: true,
down: false
}
Expand Down

0 comments on commit 93efb0c

Please sign in to comment.