Skip to content

Commit

Permalink
Merge pull request #1995 from bcgov/hotfix/ALCS-2397
Browse files Browse the repository at this point in the history
Clear tags on advanced search form reset
  • Loading branch information
trslater authored Nov 21, 2024
2 parents abd1303 + 2186a80 commit 3fd8f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alcs-frontend/src/app/features/search/search.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ export class SearchComponent implements OnInit, OnDestroy {
if (this.portalStatusFilterDropDownComponent) {
this.portalStatusFilterDropDownComponent.reset();
}

this.clearTags();
}

getSearchParams(): SearchRequestDto {
Expand Down

0 comments on commit 3fd8f5c

Please sign in to comment.