fix changing reported status on same user
This commit is contained in:
parent
65dbf7b85d
commit
0ee0551a47
2 changed files with 9 additions and 3 deletions
|
@ -4,7 +4,7 @@ const reports = {
|
|||
state: {
|
||||
userId: null,
|
||||
statuses: [],
|
||||
preTicked: [],
|
||||
preTickedIds: [],
|
||||
modalActivated: false
|
||||
},
|
||||
mutations: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue