Update class init config
This commit is contained in:
parent
730d7dda3e
commit
d40e05918f
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ import FilteredSearchManager from '../filtered_search/filtered_search_manager';
|
|||
|
||||
export default class FilteredSearchBoards extends FilteredSearchManager {
|
||||
constructor(store, updateUrl = false, cantEdit = []) {
|
||||
super('boards');
|
||||
super({
|
||||
page: 'boards',
|
||||
});
|
||||
|
||||
this.store = store;
|
||||
this.updateUrl = updateUrl;
|
||||
|
|
Loading…
Reference in a new issue