Commit b245ef1a authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Kushal Pandya

Use `extends` for EE-specific RemoveIssue component

parent 7ab014c6
import base from '~/boards/components/sidebar/remove_issue.vue';
import boardsStore from '~/boards/stores/boards_store';
export default base.extend({
export default {
extends: base,
methods: {
seedPatchRequest(issue, req) {
/* eslint-disable no-param-reassign */
......@@ -29,4 +30,4 @@ export default base.extend({
};
},
},
});
};
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