Skip to content

Commit f85c47f

Browse files
author
kevserozkan
committed
fix: fixed return bugs.
1 parent 24dea0b commit f85c47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const FormLabel = React.forwardRef<
8888
React.ElementRef<typeof LabelPrimitive.Root>,
8989
React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root>
9090
>(({ className, ...props }, ref) => {
91-
const { error, formItemId } = useFormField()
91+
const { formItemId } = useFormField()
9292

9393
return (
9494
<Label

0 commit comments

Comments
 (0)