Skip to content

Commit

Permalink
🐛 fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchu committed Jan 3, 2025
1 parent 7e3fb02 commit ecebbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface TextAreaProps extends AntdTextAreaProps {
}

export const TextArea = memo<TextAreaProps>(
forwardRef(({ className, type = 'ghost', ...props }, ref) => {
forwardRef(({ className, type = 'ghost', ...props }, ref: any) => {
const { styles, cx } = useStyles();

return (
Expand Down

0 comments on commit ecebbbf

Please sign in to comment.