last commit bug fix
This commit is contained in:
parent
1565ce8aa2
commit
7051869819
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -15,7 +15,7 @@ export default {
|
|||
|
||||
// initial state
|
||||
state: {
|
||||
keys: '',
|
||||
keys: [],
|
||||
terms: [],
|
||||
filters: [],
|
||||
uuids: [],
|
||||
|
@ -65,7 +65,7 @@ export default {
|
|||
state.keys = keys
|
||||
},
|
||||
reSetKeys (state) {
|
||||
state.keys = ''
|
||||
state.keys = []
|
||||
},
|
||||
setTerms (state, terms) {
|
||||
state.terms = terms
|
||||
|
|
Loading…
Reference in New Issue