fix: broken edit team modal
This commit is contained in:
@@ -134,8 +134,6 @@ const displayModalEdit = (shouldDisplay: boolean) => {
|
|||||||
|
|
||||||
const displayModalInvite = (shouldDisplay: boolean) => {
|
const displayModalInvite = (shouldDisplay: boolean) => {
|
||||||
showModalInvite.value = shouldDisplay
|
showModalInvite.value = shouldDisplay
|
||||||
|
|
||||||
if (!shouldDisplay) resetSelectedData()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const editTeam = (team: any, teamID: any) => {
|
const editTeam = (team: any, teamID: any) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user