From cc6801c5b1c5795bc37754004e9ca51ff6cff359 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 29 Mar 2024 18:09:02 +0100 Subject: [PATCH] fix(filter): make sure highlight works for doneAt attribute --- frontend/src/helpers/filters.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = [