diff --git a/app/profile-form.tsx b/app/profile-form.tsx index 6d5e3b3..1badbe0 100644 --- a/app/profile-form.tsx +++ b/app/profile-form.tsx @@ -27,7 +27,6 @@ export const ProfileForm: FC = () => { defaultValues: { username: "", }, - mode: "onBlur", }); function onSubmit(values: z.infer) {