update all with the new assigned filters variable
This commit is contained in:
parent
81da15d6a8
commit
ca429e1212
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Page_Settings extends Page {
|
|||
this.data.filters = (this.data.filters) ? this.data.filters : new filters();
|
||||
|
||||
// Update all of the filters.
|
||||
filters.update(`*`);
|
||||
this.data.filters.update(`*`);
|
||||
})
|
||||
: false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue