Skip to content

Commit

Permalink
docs(file-uploader): show onAddFiles action in storybook (#9626)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
janhassel and kodiakhq[bot] committed Sep 20, 2021
1 parent 9bba19b commit d577bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const props = {
disabled: boolean('Disabled (disabled)', false),
role: text('ARIA role of the button (role)', ''),
tabIndex: number('Tab index (tabIndex)', 0),
onChange: action('onChange'),
onAddFiles: action('onAddFiles'),
}),
};

Expand Down

0 comments on commit d577bc7

Please sign in to comment.