Skip to content

Commit

Permalink
add 'merge'
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravD2t committed Feb 12, 2024
1 parent 730b812 commit 5094b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/search-navbar/search-navbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class SearchNavbarComponent {

this.router.navigate(linkToNavigateTo, {
queryParams: queryParams,
queryParamsHandling: ''
queryParamsHandling: 'merge'
});
}
}

0 comments on commit 5094b47

Please sign in to comment.