mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 05:55:35 +01:00
add team manager role
This commit is contained in:
parent
ca2a7f3354
commit
9c06bc9893
9 changed files with 34 additions and 8 deletions
|
|
@ -19,6 +19,7 @@ export function TeamMembersTable({
|
|||
|
||||
const roles = {
|
||||
[ROLES.teamOwner]: formatMessage(labels.teamOwner),
|
||||
[ROLES.teamManager]: formatMessage(labels.teamManager),
|
||||
[ROLES.teamMember]: formatMessage(labels.teamMember),
|
||||
[ROLES.teamViewOnly]: formatMessage(labels.viewOnly),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue