diff --git a/src/components/user_reporting_modal/user_reporting_modal.js b/src/components/user_reporting_modal/user_reporting_modal.js index 87b6fde9..ed7e74f0 100644 --- a/src/components/user_reporting_modal/user_reporting_modal.js +++ b/src/components/user_reporting_modal/user_reporting_modal.js @@ -36,6 +36,9 @@ const UserReportingModal = { }, watch: { userId (value) { + // Reset state + this.comment = '' + this.forward = false this.statusIdsToReport = [] } },