fix: admin dashboard team member count bug (#5143)

This commit is contained in:
Nivedin 2025-06-13 09:57:03 +05:30 committed by GitHub
parent 2bd3f36bfa
commit 936b0fff46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ query TeamList($cursor: ID, $take: Int) {
allTeams(cursor: $cursor, take: $take) {
id
name
members {
teamMembers {
membershipID
}
}

View file

@ -48,7 +48,7 @@
</td>
<td class="py-4 px-8">
{{ team.members?.length }}
{{ team.teamMembers?.length }}
</td>
<td @click.stop class="flex justify-end mr-10">