From 0c40c98a6ede8aff8388350531fe999b9ff265c6 Mon Sep 17 00:00:00 2001 From: namidapoo <83203852+ve1997@users.noreply.github.com> Date: Tue, 31 Dec 2024 22:20:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20github=E3=83=AD=E3=82=B0=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=81=A7=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0=E3=81=AE?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=8C=E8=A1=A8=E7=A4=BA=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/profile-form.tsx | 1 - 1 file changed, 1 deletion(-) 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) {