diff --git a/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql b/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql
index a8652db46..f1e54b656 100644
--- a/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql
+++ b/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql
@@ -1,3 +1,3 @@
mutation RevokeTeamInvitation($inviteID: ID!) {
- revokeTeamInvitation(inviteID: $inviteID)
-}
\ No newline at end of file
+ revokeTeamInviteByAdmin(inviteID: $inviteID)
+}
diff --git a/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue b/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue
index bc5786b27..51eaf3d29 100644
--- a/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue
+++ b/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue
@@ -39,7 +39,7 @@
-
+