-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ Feature ] 번쩍 개설 시 최대 인원이 최소 인원보다 작을 때 에러 메시지 출력시키기 (#1004)
* feat: 필요없는 any 지우기 * feat: 최대 인원이 최소 인원보다 작을 때 validation 검사 후 에러 메시지 출력 * chore: 맞춤법 수정, 오타 수정 * fix: 임시로 빌드 에러 수정 * fix: 빌드 에러 임시 수정 * refactor: 리뷰 반영 (공통 스키마 작성) * fix: edit 페이지 스키마 구조 수정 * fix: 수정 시 기본값이 undefined 값일 수 있으므로 .nullable() 로 변경 * chore: 후에 undefined 값으로 바뀔 수도 있음을 대비하여 optional() 추가
- Loading branch information
Showing
5 changed files
with
38 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters