diff --git a/packages/hoppscotch-app/components/teams/Team.vue b/packages/hoppscotch-app/components/teams/Team.vue
index e3b598e3d..fe472548a 100644
--- a/packages/hoppscotch-app/components/teams/Team.vue
+++ b/packages/hoppscotch-app/components/teams/Team.vue
@@ -90,7 +90,7 @@
:label="t('action.delete')"
@click.native="
() => {
- deleteTeam()
+ confirmRemove = true
$refs.options.tippy().hide()
}
"
@@ -101,7 +101,7 @@
:label="t('team.exit')"
@click.native="
() => {
- exitTeam()
+ confirmExit = true
$refs.options.tippy().hide()
}
"
@@ -109,10 +109,23 @@
+
+