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

Resolve conflict in app/assets/javascripts/boards/boards_bundle.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 04196d4c
......@@ -95,12 +95,6 @@ $(() => {
});
Store.rootPath = this.boardsEndpoint;
<<<<<<< HEAD
this.filterManager = new FilteredSearchBoards(Store.filter, true, [(this.milestoneTitle ? 'milestone' : null)]);
this.filterManager.setup();
=======
>>>>>>> upstream/master
// Listen for updateTokens event
eventHub.$on('updateTokens', this.updateTokens);
},
......
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