Просмотр исходного кода

:bug: left an extra chara in

tags/0.9.0
J 4 лет назад
Родитель
Сommit
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 => {

Загрузка…
Отмена
Сохранить