diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-12 14:43:21 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-12 14:43:21 +0200 |
| commit | 65dbf7b85d680f0855e9f6706a4437d2f4a52227 (patch) | |
| tree | 8c4b9c18f92b53f53449a94f4793ea1bcf0b5ab1 /src/components/user_reporting_modal | |
| parent | 3e7d1fbf23b5ca1b382381b49affc481404137da (diff) | |
Add report button to status ellipsis menu
Diffstat (limited to 'src/components/user_reporting_modal')
| -rw-r--r-- | src/components/user_reporting_modal/user_reporting_modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_reporting_modal/user_reporting_modal.js b/src/components/user_reporting_modal/user_reporting_modal.js index 38cf117b..5ec4a5df 100644 --- a/src/components/user_reporting_modal/user_reporting_modal.js +++ b/src/components/user_reporting_modal/user_reporting_modal.js @@ -48,7 +48,7 @@ const UserReportingModal = { // Reset state this.comment = '' this.forward = false - this.statusIdsToReport = [] + this.statusIdsToReport = this.$store.state.reports.preTickedIds this.processing = false this.error = false }, |
