Skip to content

Commit c44633e

Browse files
committed
fix: bring back missing tag filter
1 parent ef0b975 commit c44633e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/pages/species/species.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const Species = () => {
7373
<FilterControl clearable={false} field="best_determination_score" />
7474
<FilterControl data={tags} field="include_unobserved" />
7575
<FilterControl field="unknown_species" />
76+
<FilterControl data={tags} field="tag_id" />
7677
<FilterControl data={tags} field="not_tag_id" />
7778
</FilterSection>
7879
<div className="w-full overflow-hidden">

0 commit comments

Comments
 (0)