-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat/#455] 공연 등록, 수정 변경사항 반영 #456
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어푸하께요 머지해두 댈 듯!! 반영할 내용은 아니고 궁금한 것만 리뷰 남겨뒀어욥
return [ | ||
...posterUrls, | ||
...castUrls.filter((url) => url !== null), | ||
...staffUrls.filter((url) => url !== null), | ||
...performanceUrls, | ||
]; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5 ) 조아욥!!!!!
@@ -661,7 +670,7 @@ const ModifyManage = () => { | |||
value={dataState.performanceDescription} | |||
onChange={(e) => handleInputChange("performanceDescription", e.target.value)} | |||
placeholder="공연을 예매할 예매자들에게 공연을 소개해주세요." | |||
maxLength={500} | |||
maxLength={1500} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5) 근데 이거 서버에서 오케이 됏나요?? 회의 때 얘기햇던 거 같기도 하고... 기억안남이슈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
📸 스크린샷
🔗 참고 자료