From 4b0d7a6c3d422c0e30413923a7fc5014d4bf941e 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 1b957b614..3cc17d78b 100644 --- a/packages/hoppscotch-app/components/teams/index.vue +++ b/packages/hoppscotch-app/components/teams/index.vue @@ -130,8 +130,6 @@ const displayModalEdit = (shouldDisplay: boolean) => { const displayModalInvite = (shouldDisplay: boolean) => { showModalInvite.value = shouldDisplay - - if (!shouldDisplay) resetSelectedData() } const editTeam = (team: any, teamID: any) => {