Skip to content

Commit 7dd8aeb

Browse files
sinejespersenspaceo
authored andcommitted
Update src/stories/Library/Forms/input/Input.stories.tsx
spaceo commit suggestion Co-authored-by: Mikkel Jakobsen <[email protected]>
1 parent 4a92435 commit 7dd8aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/Library/Forms/input/Input.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export default {
2828
},
2929
} as ComponentMeta<typeof Input>;
3030

31-
const Template: ComponentStory<typeof Input> = (args) => <Input {...args} />;
31+
const Template: ComponentStory<typeof Input> = args => <Input {...args} />;
3232

3333
export const Default = Template.bind({});

0 commit comments

Comments
 (0)