Commit 61bf5ede authored by Phil Hughes's avatar Phil Hughes

set is loading in success mutation

parent 9ffb60ac
......@@ -9,6 +9,7 @@ export default {
state.isLoading = false;
},
[types.RECEIVE_MERGE_REQUESTS_SUCCESS](state, data) {
state.isLoading = false;
state.mergeRequests = data.map(mergeRequest => ({
id: mergeRequest.id,
iid: mergeRequest.iid,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment