mirror of
https://github.com/fmhy/edit.git
synced 2026-02-02 17:21:14 +11:00
remove contacts field
This commit is contained in:
parent
bf3dae2258
commit
a14f3966c7
3 changed files with 12 additions and 25 deletions
|
|
@ -3,7 +3,6 @@ import z from "zod";
|
|||
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().optional(),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue