From ca429e1212295d14a60c983a5b8ecd227286a5a7 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 12 May 2024 20:02:09 +0800 Subject: [PATCH] update all with the new assigned filters variable --- scripts/pages/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pages/settings.js b/scripts/pages/settings.js index dc694f9..6297473 100644 --- a/scripts/pages/settings.js +++ b/scripts/pages/settings.js @@ -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;