mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Update teams table props.
This commit is contained in:
parent
36f207c97d
commit
926effb0e3
2 changed files with 9 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import LinkButton from 'components/common/LinkButton';
|
|||
|
||||
export function TeamsTable({
|
||||
data = [],
|
||||
allowEdit = true,
|
||||
allowEdit = false,
|
||||
showActions = true,
|
||||
}: {
|
||||
data: any[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue