We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dea0b commit f85c47fCopy full SHA for f85c47f
src/components/ui/form.tsx
@@ -88,7 +88,7 @@ const FormLabel = React.forwardRef<
88
React.ElementRef<typeof LabelPrimitive.Root>,
89
React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root>
90
>(({ className, ...props }, ref) => {
91
- const { error, formItemId } = useFormField()
+ const { formItemId } = useFormField()
92
93
return (
94
<Label
0 commit comments