mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:41:21 +08:00
Update docs/snippets/react/login-form-with-play-function.mdx.mdx
Co-authored-by: Michael Arestad <marestad@gmail.com>
This commit is contained in:
parent
5ea562ca60
commit
facbd2772d
@ -13,7 +13,7 @@ export const Template = (args) => <LoginForm {...args} />;
|
||||
|
||||
<Canvas>
|
||||
<Story name="Empty Form">
|
||||
{Template.bind()}
|
||||
{Template.bind({})}
|
||||
</Story>
|
||||
|
||||
<Story
|
||||
|
Loading…
x
Reference in New Issue
Block a user