Skip to content

Commit

Permalink
Update Button docs as onClick is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
thyhjwb6 committed Dec 10, 2019
1 parent b4beab0 commit 709934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs-site/src/library/pages/components/button.md
Expand Up @@ -208,7 +208,7 @@ source={`<Button onClick={action} icon={<TriangleDown />}>Closed</Button>
{
Name: 'onClick',
Type: '(event: React.SyntheticEvent):void',
Required: 'True',
Required: 'False',
Default: '',
Description: 'Function to call when a user clicks on a button',
},
Expand Down

0 comments on commit 709934b

Please sign in to comment.