Skip to content

Commit

Permalink
fix: fix text input props error (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: dev-redo <mis05041@naver.com>
  • Loading branch information
dev-redo and dev-redo authored May 2, 2024
1 parent d873058 commit 30d9a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const TextInput = forwardRef<HTMLInputElement, TextInputProps>(
required={required}
error={error}
width={width}
{...props}
>
<BaseInput
name={name}
Expand Down

0 comments on commit 30d9a3f

Please sign in to comment.