Browse Source

fix: broken edit team modal

liyasthomas 4 years ago
parent
commit
511a3c55f3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/hoppscotch-app/components/teams/index.vue

+ 0 - 2
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) => {