Skip to content

Commit

Permalink
SET_Q mutation is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Dec 15, 2023
1 parent 13737d8 commit 0ff119b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dispatch/static/dispatch/src/case/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@ const mutations = {
SET_FILTERS(state, payload) {
state.table.options.filters = payload
},
SET_Q(state, value) {
state.table.options.q = value
},
RESET_SELECTED(state) {
state.selected = Object.assign(state.selected, getDefaultSelectedState())
},
Expand Down

0 comments on commit 0ff119b

Please sign in to comment.