Skip to content

Commit

Permalink
fix(search-cc): erreur 404 à la sélection d'une entreprise (#5878)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed May 14, 2024
1 parent f878be3 commit 2ce43dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ function AgreementSearchTool({
setScreen(ScreenType.agreementSelection);
} else {
router.push(
`/${SOURCES.TOOLS}/convention-collective/${ScreenType.agreementSelection}`,
{
pathname: `/${SOURCES.TOOLS}/convention-collective/${ScreenType.agreementSelection}`,
query: {
noRedirect,
},
Expand Down

0 comments on commit 2ce43dd

Please sign in to comment.