Browse Source

last commit bug fix

bach 1 year ago
parent
commit
7051869819

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


+ 2 - 2
web/themes/custom/materiotheme/vuejs/store/modules/search.js

@@ -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

Some files were not shown because too many files changed in this diff