From eb281f3bc3d236807eaab9e601be5fe4e41c7474 Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Tue, 26 May 2026 14:27:22 +0200 Subject: [PATCH] hiding redundant tabulator warnings --- public/js/components/filter/Filter.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/js/components/filter/Filter.js b/public/js/components/filter/Filter.js index 77ad648bd..a12ec43f8 100644 --- a/public/js/components/filter/Filter.js +++ b/public/js/components/filter/Filter.js @@ -326,8 +326,7 @@ export const CoreFilterCmpt = { // Start the tabulator with the build options this.tabulator = new Tabulator(this.$refs.table, { ...tabulatorOptions, - // todo: remove comment - // debugInvalidOptions: false, + debugInvalidOptions: false, }); // If event handlers have been provided if (Array.isArray(this.tabulatorEvents) && this.tabulatorEvents.length > 0)