Procházet zdrojové kódy

:bug: left an extra chara in

tags/0.9.0
J před 4 roky
rodič
revize
95fc69e044
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      vue-theme/src/store/modules/exhibition.js

+ 1
- 1
vue-theme/src/store/modules/exhibition.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit