Skip to content

Commit

Permalink
Changed the title issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduGama committed Nov 23, 2024
1 parent 04f70a4 commit dd28ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const MentorApplicationSchema = z.object({
});

export const MenteeCheckInSchema = z.object({
title: z.string().min(1, 'Title is required'),
title: z.string().min(1, 'Month is required'),
generalUpdatesAndFeedback: z
.string()
.min(5, 'Please provide general updates'),
Expand Down

0 comments on commit dd28ae6

Please sign in to comment.