diff --git a/public/scripts/filters.js b/public/scripts/filters.js index 0647b6baee..5f6284f00d 100644 --- a/public/scripts/filters.js +++ b/public/scripts/filters.js @@ -372,7 +372,7 @@ window.ls.filter return result.length; }) - .add("documentLabel", function($value, rule, filter) { + .add("documentLabel", function($value, rule) { let value = ($value !== null && $value[rule['key']] !== undefined) ? $value[rule['key']] : null; switch (rule['type']) {