mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#3898 Trefferliste wird in anderen Vorgang übernommen
This commit is contained in:
@@ -83,8 +83,7 @@ export class ArticleSearchComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
resetFilter(queryParams: Record<string, string>) {
|
||||
const currentQueryParams = this._articleSearch.filter?.getQueryParams();
|
||||
if (!isEqual(currentQueryParams, queryParams)) {
|
||||
if (Object.keys(queryParams).length === 0) {
|
||||
this._articleSearch.resetFilter();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user