mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01: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…
Add table
Add a link
Reference in a new issue