Fix report modal not working, add include_types
This commit is contained in:
parent
8334649c11
commit
3822a73a49
4 changed files with 30 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ const reports = {
|
|||
state.reportModal.activated = true
|
||||
},
|
||||
closeUserReportingModal (state) {
|
||||
state.reportModal.modalActivated = false
|
||||
state.reportModal.activated = false
|
||||
},
|
||||
setReportState (reportsState, { id, state }) {
|
||||
reportsState.reports[id].state = state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue