mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Update tag rule.
This commit is contained in:
parent
ef11124672
commit
6767f95c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue