mirror of
https://github.com/fmhy/edit.git
synced 2026-01-25 21:31:43 +11:00
Watch route changes for feedback properly
This commit is contained in:
parent
b07cf62030
commit
ae2bb3f74a
3 changed files with 10 additions and 10 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue