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

Resolve conflict in app/assets/javascripts/boards/stores/boards_store.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 24eaba35
......@@ -33,7 +33,6 @@ gl.issueBoards.BoardsStore = {
this.detail = {
issue: {},
};
<<<<<<< HEAD
},
createNewListDropdownData() {
this.state.currentBoard = {
......@@ -45,8 +44,6 @@ gl.issueBoards.BoardsStore = {
showPage(page) {
this.state.reload = false;
this.state.currentPage = page;
=======
>>>>>>> upstream/master
},
addList (listObj, defaultAvatar) {
const list = new List(listObj, defaultAvatar);
......
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