Update class init config

This commit is contained in:
Kushal Pandya 2018-03-01 13:04:24 +05:30
parent 730d7dda3e
commit d40e05918f
1 changed files with 3 additions and 1 deletions

View File

@ -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;