Watch route changes for feedback properly

This commit is contained in:
taskylizard
2023-11-19 12:04:11 +00:00
parent b07cf62030
commit ae2bb3f74a
3 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ export const FeedbackSchema = z.object({
message: z.string().min(5).max(1000),
type: z.enum(["bug", "suggestion", "appreciate", "other"]),
contact: z.string().optional(),
page: z.string().min(3).max(10),
page: z.string().optional(),
});
export const feedbackOptions = [