mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Fix teamRole showing.
This commit is contained in:
parent
f2f5517051
commit
c5dd3390d6
3 changed files with 17 additions and 4 deletions
|
|
@ -22,8 +22,8 @@ const schema = {
|
|||
}),
|
||||
POST: yup.object().shape({
|
||||
id: yup.string().uuid().required(),
|
||||
name: yup.string().max(50).required(),
|
||||
accessCode: yup.string().max(50).required(),
|
||||
name: yup.string().max(50),
|
||||
accessCode: yup.string().max(50),
|
||||
}),
|
||||
DELETE: yup.object().shape({
|
||||
id: yup.string().uuid().required(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue