Commit 707a6ef1 authored by Sean McGivern's avatar Sean McGivern

Resolve app/assets/javascripts/boards/filtered_search_boards.js

parent b991537f
...@@ -7,14 +7,10 @@ export default class FilteredSearchBoards extends FilteredSearchManager { ...@@ -7,14 +7,10 @@ export default class FilteredSearchBoards extends FilteredSearchManager {
constructor(store, updateUrl = false, cantEdit = []) { constructor(store, updateUrl = false, cantEdit = []) {
super({ super({
page: 'boards', page: 'boards',
<<<<<<< HEAD
isGroup: true,
isGroupDecendent: true,
filteredSearchTokenKeys: FilteredSearchTokenKeysIssues,
=======
isGroupDecendent: true, isGroupDecendent: true,
>>>>>>> upstream/master
stateFiltersSelector: '.issues-state-filters', stateFiltersSelector: '.issues-state-filters',
isGroup: true,
filteredSearchTokenKeys: FilteredSearchTokenKeysIssues,
}); });
this.store = store; this.store = store;
......
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