Skip to content

Commit

Permalink
fix: emit tracking enterprise recherche CC
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed Jan 9, 2025
1 parent 30bf7b5 commit ac01419
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ export const EnterpriseAgreementSearchInput = ({
href: widgetMode
? `/widgets/convention-collective/entreprise/${enterprise.siren}${getQueries()}`
: `/outils/convention-collective/entreprise/${enterprise.siren}${getQueries()}`,
onClick: () => {
emitSelectEnterpriseEvent({
label: enterprise.label,
siren: enterprise.siren,
});
},
}
: {
href: "",
Expand Down

0 comments on commit ac01419

Please sign in to comment.