fix: broken edit team modal

This commit is contained in:
liyasthomas
2021-10-27 18:32:11 +05:30
parent a851ee3fab
commit 4b0d7a6c3d

View File

@@ -130,8 +130,6 @@ const displayModalEdit = (shouldDisplay: boolean) => {
const displayModalInvite = (shouldDisplay: boolean) => {
showModalInvite.value = shouldDisplay
if (!shouldDisplay) resetSelectedData()
}
const editTeam = (team: any, teamID: any) => {