mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
379849ee1d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const schema = {
|
|||
userId: yup.string().uuid().required(),
|
||||
role: yup
|
||||
.string()
|
||||
.matches(/team-member|team-guest/i)
|
||||
.matches(/team-member|team-view-only/i)
|
||||
.required(),
|
||||
}),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue