Skip to content

Commit

Permalink
Merge pull request #1721 from bcgov/feature/ALCS-1992
Browse files Browse the repository at this point in the history
Update type filter to emit its cleared value
  • Loading branch information
dhaselhan committed May 29, 2024
2 parents c086885 + 5245bb8 commit 075a9bf
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 075a9bf

Please sign in to comment.