Update teams table props.

This commit is contained in:
Mike Cao 2024-02-04 21:44:22 -08:00
parent 36f207c97d
commit 926effb0e3
2 changed files with 9 additions and 3 deletions

View file

@ -7,7 +7,7 @@ import LinkButton from 'components/common/LinkButton';
export function TeamsTable({
data = [],
allowEdit = true,
allowEdit = false,
showActions = true,
}: {
data: any[];