Skip to content

Commit

Permalink
[Fix/#319] placeholder 수정 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisishwarang authored Sep 21, 2024
1 parent 9bfb37d commit 0077bc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ const GuestMyClassReviewWrite = () => {
<TextArea
size="medium"
maxLength={500}
placeholder={'1글자 이상 리뷰를 작성해주세요.'}
placeholder={'5글자 이상 내용을 작성해 주세요.'}
value={content}
onChange={handleTextareaChange}
isValid={true}
errorMessage="1글자 이상 리뷰를 작성해주세요."
errorMessage="5글자 이상 내용을 작성해 주세요."
/>
<ImageSelect
isMultiple={false}
Expand Down

0 comments on commit 0077bc3

Please sign in to comment.