Skip to content

Commit

Permalink
Update type filter to emit its cleared value
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haselhan committed May 29, 2024
1 parent c086885 commit 5245bb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class FileTypeFilterDropDownComponent implements AfterViewInit {
reset() {
this.componentTypeControl.reset();
this.checklistSelection.selected.forEach((selectedItem) => this.checklistSelection.deselect(selectedItem));
this.onChange();
}

ngAfterViewInit(): void {
Expand Down

0 comments on commit 5245bb8

Please sign in to comment.