mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
add team member edit and remove confirmation
This commit is contained in:
parent
5ae04291af
commit
c7e9190c95
7 changed files with 182 additions and 19 deletions
|
|
@ -23,7 +23,7 @@ const schema = {
|
|||
POST: yup.object().shape({
|
||||
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