diff options
Diffstat (limited to 'src/components/user_reporting_modal')
| -rw-r--r-- | src/components/user_reporting_modal/user_reporting_modal.js | 3 |
1 files changed, 3 insertions, 0 deletions
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 = [] } }, |
