Fix delete sweep deleting status filters

TG-111 #closed

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/18/head
trivernis 2 years ago
parent 3499ee9392
commit c3b8304290
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -127,6 +127,7 @@ export class FileSearchComponent implements AfterViewChecked, OnInit {
public async removeAllSearchTags() {
this.filters = new SearchFilters([]);
this.state.setTagFilters(this.filters);
this.updateStatusFilters();
}
public async removeFilterExpression(expr: FilterExpression) {

Loading…
Cancel
Save