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)