mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
fix
This commit is contained in:
@@ -14,6 +14,6 @@ type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Primary: Story = {
|
||||
args: {
|
||||
onSubmit: (data: LoginFormData) => console.(data),
|
||||
onSubmit: (data: LoginFormData) => console.log(data),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user