Skip to content

Commit

Permalink
docs(Props): fix "Props" checkbox (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Dec 10, 2018
1 parent b99500c commit 26c660e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class ComponentProps extends Component {

return (
<div>
<Checkbox slider checked={!!activeDisplayName} label='Props' onClick={this.handleToggle} />
<Checkbox slider checked={!!activeDisplayName} label='Props' onChange={this.handleToggle} />
<ComponentPropsComponents
activeDisplayName={activeDisplayName}
displayNames={displayNames}
Expand Down

0 comments on commit 26c660e

Please sign in to comment.