diff --git a/frontend/src/helpers/filters.ts b/frontend/src/helpers/filters.ts index 7f9a39e10..f19c8365d 100644 --- a/frontend/src/helpers/filters.ts +++ b/frontend/src/helpers/filters.ts @@ -27,13 +27,13 @@ export const AUTOCOMPLETE_FIELDS = [ ] export const AVAILABLE_FILTER_FIELDS = [ - 'done', - 'priority', - 'percentDone', ...DATE_FIELDS, ...ASSIGNEE_FIELDS, ...LABEL_FIELDS, ...PROJECT_FIELDS, + 'done', + 'priority', + 'percentDone', ] export const FILTER_OPERATORS = [