Skip to content

Commit ecea1d3

Browse files
authored
Update update.js (#63)
1 parent 7578d4d commit ecea1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vue/store/modules/foo/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const mutations = {
123123
state.retrieved = payload.retrieved;
124124
},
125125
[{{{ uc }}}_UPDATE_UPDATE_LOADING] (state, payload) {
126-
state.updateLoading = payload.loading;
126+
state.updateLoading = payload.updateLoading;
127127
},
128128
[{{{ uc }}}_UPDATE_UPDATE_ERROR] (state, payload) {
129129
state.updateError = payload.updateError;

0 commit comments

Comments
 (0)