fix: broken edit team modal

This commit is contained in:
liyasthomas
2021-10-27 18:32:11 +05:30
parent c9021ab3ca
commit 511a3c55f3

View File

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