Skip to content

Commit

Permalink
Merge pull request #36 from namidapoo/dev
Browse files Browse the repository at this point in the history
Release `v1.1.1`
  • Loading branch information
namidapoo authored Dec 31, 2024
2 parents e4edc08 + 26537c6 commit 8767025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/profile-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const ProfileForm: FC = () => {
defaultValues: {
username: "",
},
mode: "onBlur",
});

function onSubmit(values: z.infer<typeof formSchema>) {
Expand Down

0 comments on commit 8767025

Please sign in to comment.