mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +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
|
|
@ -125,7 +125,7 @@ export const ROLES = {
|
|||
viewOnly: 'view-only',
|
||||
teamOwner: 'team-owner',
|
||||
teamMember: 'team-member',
|
||||
teamGuest: 'team-guest',
|
||||
teamViewOnly: 'team-view-only',
|
||||
} as const;
|
||||
|
||||
export const PERMISSIONS = {
|
||||
|
|
@ -159,7 +159,7 @@ export const ROLE_PERMISSIONS = {
|
|||
PERMISSIONS.websiteUpdate,
|
||||
PERMISSIONS.websiteDelete,
|
||||
],
|
||||
[ROLES.teamGuest]: [],
|
||||
[ROLES.teamViewOnly]: [],
|
||||
} as const;
|
||||
|
||||
export const THEME_COLORS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue