Skip to content

Commit

Permalink
Update create-new-override.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark authored Oct 17, 2024
1 parent e09141b commit ebc7ef5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { z } from "zod";

const formSchema = z.object({
identifier: z.string().min(2).max(250),
limit: z.coerce.number().int().min(1).max(1_000),
limit: z.coerce.number().int().min(1).max(10_000),
duration: z.coerce
.number()
.int()
Expand Down

0 comments on commit ebc7ef5

Please sign in to comment.