Skip to content

Commit

Permalink
refactor(ContactUs): 문의하기 본문 maxLength 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hain-tain committed Dec 21, 2024
1 parent 8c55f5c commit 5ea8b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ContactUs/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const ContactUs = () => {
<Textarea.TextField
minRows={5}
maxRows={10}
maxLength={MAX_CONTENTS_LENGTH}
value={message}
onChange={handleMessage}
disabled={isSending}
Expand Down

0 comments on commit 5ea8b37

Please sign in to comment.