mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +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(),
|
userId: yup.string().uuid().required(),
|
||||||
role: yup
|
role: yup
|
||||||
.string()
|
.string()
|
||||||
.matches(/team-member|team-guest/i)
|
.matches(/team-member|team-view-only/i)
|
||||||
.required(),
|
.required(),
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue