Commit b9340dfd authored by Lukas Eipert's avatar Lukas Eipert

resolve conflict in `app/assets/javascripts/boards/components/sidebar/remove_issue.vue`

parent 13af95c7
......@@ -23,10 +23,7 @@
},
methods: {
removeIssue() {
<<<<<<< HEAD
const board = Store.state.currentBoard;
=======
>>>>>>> upstream/master
const { issue } = this;
const lists = issue.getLists();
const boardLabelIds = board.labels.map(label => label.id);
......
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