Skip to content

Commit

Permalink
fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Feb 25, 2022
1 parent 8c77a93 commit bdefd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ const Template: Story<FormProps> = args => {
// https://storybook.js.org/docs/react/workflows/unit-testing
export const Default = Template.bind({});

export const Disabled = Template.bind({ isDisabled: true });
export const Disabled = Template.bind({}, { isDisabled: true });

Default.args = { type: 'primary', children: 'Button' };

0 comments on commit bdefd17

Please sign in to comment.