From 042554ad077abf939d49ac158a230cf2eda04e36 Mon Sep 17 00:00:00 2001 From: moshyfawn Date: Mon, 29 May 2023 03:20:43 -0400 Subject: [PATCH] fix(www): register field array input once (#466) Closes: #465 Co-authored-by: shadcn --- apps/www/app/examples/forms/profile-form.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/www/app/examples/forms/profile-form.tsx b/apps/www/app/examples/forms/profile-form.tsx index 1522f50c19..40ed8ec563 100644 --- a/apps/www/app/examples/forms/profile-form.tsx +++ b/apps/www/app/examples/forms/profile-form.tsx @@ -157,8 +157,8 @@ export function ProfileForm() { ( + name={`urls.${index}.value`} + render={({ field }) => ( URLs @@ -167,7 +167,7 @@ export function ProfileForm() { Add links to your website, blog, or social media profiles. - +