Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Feb 23, 2023
1 parent ac25921 commit f545f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const messageComposerInputStyle = css`
}
`;

const MessageComposerInput = forwardRef<HTMLTextAreaElement, ComponentProps<typeof Box>>(
const MessageComposerInput = forwardRef<HTMLInputElement, ComponentProps<typeof Box>>(
(props, ref): ReactElement => (
<Box is='label' width='full' fontSize={0}>
<Box
Expand Down

0 comments on commit f545f76

Please sign in to comment.