feat: compact mode for team component

This commit is contained in:
liyasthomas
2021-10-16 11:14:33 +05:30
parent 1438beb93b
commit 0bb7cbe8d9
4 changed files with 20 additions and 5 deletions

View File

@@ -42,6 +42,7 @@
:key="`team-${String(index)}`"
:team-i-d="team.id"
:team="team"
:compact="modal"
@edit-team="editTeam(team, team.id)"
@invite-team="inviteTeam(team, team.id)"
/>