mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Allow only team owner to remove other members
This commit is contained in:
parent
8969a010e8
commit
a47f94c577
2 changed files with 12 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ import TeamMemberRemoveButton from './TeamMemberRemoveButton';
|
|||
export function TeamMembersTable({
|
||||
data = [],
|
||||
teamId,
|
||||
allowEdit,
|
||||
allowEdit = false,
|
||||
}: {
|
||||
data: any[];
|
||||
teamId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue