chore: failed attempt at adding custom field labels

I have spent all day on it and for some reason, I can't figure it out
This commit is contained in:
Ephraim Atta-Duncan
2024-02-18 16:01:03 +00:00
parent 2815b1a809
commit 986030cc38
9 changed files with 101 additions and 26 deletions

View File

@ -15,6 +15,7 @@ export const ZAddFieldsMutationSchema = z.object({
pageY: z.number().min(0),
pageWidth: z.number().min(0),
pageHeight: z.number().min(0),
label: z.string(),
}),
),
});