bach 2 лет назад
Родитель
Сommit
7051869819

Разница между файлами не показана из-за своего большого размера
+ 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

Некоторые файлы не были показаны из-за большого количества измененных файлов