Skip to content

Commit

Permalink
Merge branch 'w2p-110878_Entity-search-tabs-clear-params-7.6' into w2…
Browse files Browse the repository at this point in the history
…p-110878_Entity-search-tabs-clear-params-7_x
  • Loading branch information
Atmire-Kristof committed Jan 10, 2024
2 parents 8dd0db0 + 50d7d0c commit ac0e745
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 ac0e745

Please sign in to comment.