Skip to content

Commit

Permalink
fix: Delete maxLength fo chat Input
Browse files Browse the repository at this point in the history
  • Loading branch information
rhino-ty committed Dec 6, 2024
1 parent b295714 commit ac8f430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/chat/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const ChatInput = memo(() => {
value={inputMessage}
onChange={(e) => setInputMessage(e.target.value)}
placeholder="메시지를 입력하세요"
maxLength={100}
disabled={!isConnected || shouldDisableInput}
autoComplete="off"
/>
Expand Down

0 comments on commit ac8f430

Please sign in to comment.