[develop | DONE | FIXED] fixed loosing funder filter wn change page

This commit is contained in:
argirok 2024-09-02 12:23:04 +03:00
parent 40a060ed21
commit 3e55965ec7
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ export class OpenaireSearchProjectsComponent {
this.disableRefineForms = false;
this.enableSearchView = true;
this.searchUtils.refineStatus = this.errorCodes.DONE;
this.searchPage.prepareFiltersToShow(this.filters, this.searchUtils.totalResults);
},
err => {
this.handleError("Error getting projects for community with id: " + this.communityId, err);