fix length
This commit is contained in:
parent
e98fa7f69a
commit
61e252918e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const formSchema = z.object({
|
|||
slug: z
|
||||
.string()
|
||||
.min(2)
|
||||
.max(50)
|
||||
.max(100)
|
||||
.regex(
|
||||
/^[a-zA-Z0-9]+$/,
|
||||
"Space slug must be alphanumeric. No special characters",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue