From 578314ed305d46e308fa3ccd7d5e80492987d67f Mon Sep 17 00:00:00 2001 From: aidansunbury Date: Sat, 4 Jan 2025 00:29:21 -0800 Subject: [PATCH] bug fix --- .../trpc-ui/src/react-app/components/form/fields/ArrayField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/trpc-ui/src/react-app/components/form/fields/ArrayField.tsx b/packages/trpc-ui/src/react-app/components/form/fields/ArrayField.tsx index 187426e..2c3778c 100644 --- a/packages/trpc-ui/src/react-app/components/form/fields/ArrayField.tsx +++ b/packages/trpc-ui/src/react-app/components/form/fields/ArrayField.tsx @@ -68,7 +68,7 @@ export function ArrayField({ > {field.value.map((parsedNode: ParsedInputNode, i: number) => (