reset modal state when userId is changed

fix-dropdown
taehoon 6 years ago
parent 02d169b92c
commit 1878e56c16

@ -36,6 +36,9 @@ const UserReportingModal = {
},
watch: {
userId (value) {
// Reset state
this.comment = ''
this.forward = false
this.statusIdsToReport = []
}
},

Loading…
Cancel
Save