diff --git a/app/components/forms.tsx b/app/components/forms.tsx index c79eeec..faaa14d 100644 --- a/app/components/forms.tsx +++ b/app/components/forms.tsx @@ -23,9 +23,10 @@ export const Field = ({ const errorId = errors?.length ? `${id}-error` : undefined return (
-