fix: minor stylings fixes

This commit is contained in:
Liyas Thomas
2021-06-26 00:19:42 +00:00
committed by GitHub
parent 1c0b5b25ed
commit 9bd86f0564
3 changed files with 37694 additions and 13 deletions

View File

@@ -400,10 +400,10 @@ export default {
})
}
this.hideModal()
this.newMembers = []
},
hideModal() {
this.rename = null
this.newMembers = []
this.$emit("hide-modal")
},
},