Update tag rule.

This commit is contained in:
Mike Cao 2024-04-01 10:13:40 -07:00
parent ef11124672
commit 6767f95c0d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const schema = {
url: yup.string(),
website: yup.string().uuid().required(),
name: yup.string().max(50),
tag: yup.string().max(50),
tag: yup.string().max(50).nullable(),
})
.required(),
type: yup