Skip to content

Commit

Permalink
Merge pull request #13 from Project-Unifest/hotfix/change-university-…
Browse files Browse the repository at this point in the history
…name

feat: change prop name
  • Loading branch information
algoORgoal committed May 14, 2024
2 parents dd8d3ec + 9102400 commit 2ce93d3
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

1 comment on commit 2ce93d3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for unifest-web-deployment ready!

✅ Preview
https://unifest-web-deployment-8pkfldnf9-algoorgoals-projects.vercel.app

Built with commit 2ce93d3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.