fix(filter): make sure highlight works for doneAt attribute
This commit is contained in:
parent
767b058915
commit
cc6801c5b1
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user