From 511a3c55f30ec15f949520a7e2a5b71d7d760f6c Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 27 Oct 2021 18:32:11 +0530 Subject: [PATCH] fix: broken edit team modal --- packages/hoppscotch-app/components/teams/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/hoppscotch-app/components/teams/index.vue b/packages/hoppscotch-app/components/teams/index.vue index 6f47d121e..bdb76791b 100644 --- a/packages/hoppscotch-app/components/teams/index.vue +++ b/packages/hoppscotch-app/components/teams/index.vue @@ -134,8 +134,6 @@ const displayModalEdit = (shouldDisplay: boolean) => { const displayModalInvite = (shouldDisplay: boolean) => { showModalInvite.value = shouldDisplay - - if (!shouldDisplay) resetSelectedData() } const editTeam = (team: any, teamID: any) => {