Преглед изворни кода

:bug: left an extra chara in

tags/0.9.0
J пре 4 година
родитељ
комит
95fc69e044
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      vue-theme/src/store/modules/exhibition.js

+ 1
- 1
vue-theme/src/store/modules/exhibition.js Прегледај датотеку

@@ -26,7 +26,7 @@ const getters = {
26 26
 }
27 27
 
28 28
 const actions = {
29
-    getAllExhibitions({ commit }, sortType, params) j{
29
+    getAllExhibitions({ commit }, sortType, params) {
30 30
         commit('CLEAR_EXHIBITIONS')
31 31
         commit('EXHIBITIONS_LOADED', false)
32 32
         return api.getByType('exhibition', sortType, exhibitions => {

Loading…
Откажи
Сачувај