mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
379849ee1d
@ -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…
Reference in New Issue
Block a user