Skip to content

Commit

Permalink
Merge pull request #1033 from basedosdados/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
AldemirLucas authored Nov 21, 2024
2 parents 4c4099b + 56bb753 commit 05bdd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/components/molecules/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ function SearchInputUser ({ user }) {

function openSearchLink() {
if(search.trim() === "") return
triggerGAEvent("search", search.trim())
triggerGAEvent("search_menu", search.trim())
router.push(`/search?q=${search.trim()}`);
}
Expand Down

0 comments on commit 05bdd19

Please sign in to comment.