Skip to content

Commit

Permalink
correct form
Browse files Browse the repository at this point in the history
  • Loading branch information
suplere committed Mar 8, 2024
1 parent 8cc52dc commit 0d398ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/ui/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import { cn } from "@ui/lib/utils"
import { Label } from "@ui/components/ui/label"

const Form: React.ComponentType<FormProviderProps> = FormProvider
const Form = FormProvider

type FormFieldContextValue<
TFieldValues extends FieldValues = FieldValues,
Expand Down

0 comments on commit 0d398ba

Please sign in to comment.