Skip to content

Commit

Permalink
110878: Entity search - clear params on tab switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmire-Kristof committed Jan 10, 2024
1 parent 404ccd9 commit 50d7d0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ describe('TabbedRelatedEntitiesSearchComponent', () => {
queryParams: {
tab: event.nextId
},
queryParamsHandling: 'merge'
});
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class TabbedRelatedEntitiesSearchComponent implements OnInit {
queryParams: {
tab: event.nextId
},
queryParamsHandling: 'merge'
});
}

Expand Down

0 comments on commit 50d7d0c

Please sign in to comment.