diff --git a/packages/hoppscotch-sh-admin/src/pages/teams/index.vue b/packages/hoppscotch-sh-admin/src/pages/teams/index.vue index b95d0982d..d971dec09 100644 --- a/packages/hoppscotch-sh-admin/src/pages/teams/index.vue +++ b/packages/hoppscotch-sh-admin/src/pages/teams/index.vue @@ -44,11 +44,9 @@ v-for="team in list" :key="team.id" class="text-secondaryDark hover:bg-divider hover:cursor-pointer rounded-xl" + @click="goToTeamDetails(team.id)" > - +
{{ team.id }} @@ -56,10 +54,7 @@
- + - + {{ team.members?.length }} - +
- +
{{ user.uid }} @@ -62,7 +60,7 @@
- +
- + {{ user.email }} - +
{{ getCreatedDate(user.createdOn) }} @@ -105,7 +103,7 @@
- +