fix: broken edit team modal
This commit is contained in:
parent
c9021ab3ca
commit
511a3c55f3
1 changed files with 0 additions and 2 deletions
|
|
@ -134,8 +134,6 @@ const displayModalEdit = (shouldDisplay: boolean) => {
|
|||
|
||||
const displayModalInvite = (shouldDisplay: boolean) => {
|
||||
showModalInvite.value = shouldDisplay
|
||||
|
||||
if (!shouldDisplay) resetSelectedData()
|
||||
}
|
||||
|
||||
const editTeam = (team: any, teamID: any) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue