update all with the new assigned filters variable

This commit is contained in:
buzz-lightsnack-2007 2024-05-12 20:02:09 +08:00
parent 81da15d6a8
commit ca429e1212

View file

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