Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Zeinstra committed Oct 6, 2023
1 parent 916c6b2 commit a83570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/frontend/src/components/contributions/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const questionBaseSchema = z.object({
required_error: "une question doit être renseigner",
})
.min(1, "une question doit être renseigner"),
order: z.number().optional(),
order: z.number(),
});

export const commentsSchema = z.object({
Expand Down

0 comments on commit a83570a

Please sign in to comment.