Skip to content

Commit

Permalink
number marked individuals
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Jan 28, 2025
1 parent e471663 commit 635a0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/filterFields/IdentityFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ export default function IdentityFilter({ onChange }) {
<FormGroupText
label="FILTER_NUMBER_REPORTED_MARKED_INDIVIDUALS"
noDesc={true}
field={"numberMarkedIndividuals"}
field={"occurrenceIndividualCount"}
term={"match"}
filterId={"numberMarkedIndividuals"}
filterId={"occurrenceIndividualCount"}
onChange={onChange}
filterKey={"Number of Reported Marked Individuals"}
/>
Expand All @@ -117,7 +117,7 @@ export default function IdentityFilter({ onChange }) {
filterId={"otherCatalogNumbers"}
onChange={onChange}
filterKey={"Alternative ID"}
/>
/>
<FormGroupText
label="FILTER_INDIVIDUAL_NAME"
field={"individualNames"}
Expand Down

0 comments on commit 635a0d5

Please sign in to comment.