瀏覽代碼

:recycle: fixing repack on destructure

tags/0.9.0
J 4 年之前
父節點
當前提交
2541da3a9c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      vue-theme/src/store/modules/artist.js

+ 1
- 1
vue-theme/src/store/modules/artist.js 查看文件

@@ -62,7 +62,7 @@ const actions = {
62 62
             if(sortType == sortTypes.alpha) {
63 63
                 repacked = _arrangeByAlpha(artists)
64 64
             }
65
-            commit('STORE_FETCHED_ARTISTS', { repacked })
65
+            commit('STORE_FETCHED_ARTISTS', { artists: repacked })
66 66
             commit('ARTISTS_LOADED', true)
67 67
         })
68 68
         return api.getByType({ type: 'artist', sort: sortType, params, cb: storeFetch })

Loading…
取消
儲存