mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-24 11:01:38 +01:00
Update tag rule.
This commit is contained in:
parent
ef11124672
commit
6767f95c0d
@ -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 New Issue
Block a user