Skip to content

Commit

Permalink
docs: fix for modular-forms integration (code example) (QwikDev#4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tocar authored Aug 7, 2023
1 parent 5be0b08 commit 92dd3f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default component$(() => {
validate: zodForm$(loginSchema),
});

const handleSubmit: SubmitHandler<LoginForm> = $((values, event) => {
const handleSubmit = $<SubmitHandler<LoginForm>>((values, event) => {
// Runs on client
});

Expand Down

0 comments on commit 92dd3f8

Please sign in to comment.