Skip to content

Commit

Permalink
Update src/components/input.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Radu-Cristian Popa <[email protected]>
  • Loading branch information
ionutanin and raducristianpopa authored Jan 8, 2024
1 parent ba41482 commit 1e78553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface InputProps
extends VariantProps<typeof inputVariants>,
React.InputHTMLAttributes<HTMLInputElement> {
loading?: boolean
error?: boolean
error?: string
disabled?: boolean
icon?: React.ReactNode
}
Expand Down

0 comments on commit 1e78553

Please sign in to comment.