Commit c43d03da authored by Rémy Coutable's avatar Rémy Coutable

Fix wrong resolution of...

Fix wrong resolution of app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_wip.js

The wrong resoluation was from e2c085aa.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 5d05e108
......@@ -17,6 +17,9 @@ export default {
isMakingRequest: false,
};
},
components: {
statusIcon,
},
methods: {
removeWIP() {
this.isMakingRequest = true;
......
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