Skip to content

Commit

Permalink
feat: change prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
algoORgoal committed May 14, 2024
1 parent dd8d3ec commit 9102400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/sign-up/lib/sign-up-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { z } from "zod";

export const signUpSchema = z
.object({
university: z.enum(["건국대학교"], {
university: z.enum(["건국대 서울캠"], {
errorMap: () => getMessage("학교를 선택해주세요"),
}),
email: z.string().email(getMessage("올바른 이메일이 아닙니다")),
Expand Down

0 comments on commit 9102400

Please sign in to comment.