Fix agenda status filter
Fixes an issue where the status filter in the agenda list did not do nothing
This commit is contained in:
parent
d10dfb0915
commit
8ca1a4256c
@ -29,7 +29,7 @@ export class AgendaFilterListService extends BaseFilterListService<Item, ViewIte
|
||||
},
|
||||
{
|
||||
label: 'Status',
|
||||
property: 'done',
|
||||
property: 'closed',
|
||||
options: [{ label: 'Open', condition: false }, { label: 'Closed', condition: true }]
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user