Skip to content

Commit

Permalink
feat(InputLabel): Make htmlFor prop optional
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyCoffee committed Apr 11, 2024
1 parent 5de8503 commit 3b0a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { cn } from "~/utils/utils"
import { ClassNameProp } from "./base/BaseProps"

interface InputLabelProps extends ClassNameProp {
htmlFor: string
htmlFor?: string
}

export const InputLabel = ({
Expand Down

0 comments on commit 3b0a2cd

Please sign in to comment.