Skip to content

Commit

Permalink
Merge pull request #129 from arthurlockman/beta
Browse files Browse the repository at this point in the history
tweak to filter on Awards page
  • Loading branch information
jameslockman authored Apr 12, 2023
2 parents a56b8a7 + d7661f4 commit a9b3894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/AwardsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function AwardsPage({ selectedEvent, selectedYear, teamList, communityUpdates })

const handleShow = (e) => {
var team = JSON.parse(e.currentTarget.value);
// @ts-ignore
document.getElementById("filterControl").value = "";
setTeamFilter("");
setAwardTeam(team);
setShow(true);
disableScope('tabNavigation');
Expand Down

0 comments on commit a9b3894

Please sign in to comment.