mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:11:07 +08:00
fix mithirl
This commit is contained in:
parent
e908f6d76b
commit
fc28a0e3c0
@ -18,7 +18,7 @@ const ButtonStory = ({ children, ...args }) => ({
|
||||
export const Text = ButtonStory.bind({});
|
||||
Text.args = {
|
||||
children: 'Button',
|
||||
onClick: action('onClick'),
|
||||
onclick: action('onClick'),
|
||||
};
|
||||
|
||||
export const Emoji = ButtonStory.bind({});
|
||||
|
Loading…
x
Reference in New Issue
Block a user