Skip to content

Commit 3fd8f5c

Browse files
authored
Merge pull request #1995 from bcgov/hotfix/ALCS-2397
Clear tags on advanced search form reset
2 parents abd1303 + 2186a80 commit 3fd8f5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alcs-frontend/src/app/features/search/search.component.ts

+2
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ export class SearchComponent implements OnInit, OnDestroy {
293293
if (this.portalStatusFilterDropDownComponent) {
294294
this.portalStatusFilterDropDownComponent.reset();
295295
}
296+
297+
this.clearTags();
296298
}
297299

298300
getSearchParams(): SearchRequestDto {

0 commit comments

Comments
 (0)