From a3dd5a188b8a3b6be48d07898dc7aa82d52276e9 Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Mon, 18 May 2026 11:39:03 +0200 Subject: [PATCH] removed redundant comment --- public/js/components/filter/Filter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/components/filter/Filter.js b/public/js/components/filter/Filter.js index bc4525a22..ff2a62777 100644 --- a/public/js/components/filter/Filter.js +++ b/public/js/components/filter/Filter.js @@ -270,7 +270,6 @@ export const CoreFilterCmpt = { persistence: this.persistence, }, ...(this.tabulatorOptions || {})}; - // set up localizations if required if (tabulatorOptions.locale) { tabulatorOptions = await this.configureTabulatorLocalizations(tabulatorOptions); }