We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0b975 commit c44633eCopy full SHA for c44633e
ui/src/pages/species/species.tsx
@@ -73,6 +73,7 @@ export const Species = () => {
73
<FilterControl clearable={false} field="best_determination_score" />
74
<FilterControl data={tags} field="include_unobserved" />
75
<FilterControl field="unknown_species" />
76
+ <FilterControl data={tags} field="tag_id" />
77
<FilterControl data={tags} field="not_tag_id" />
78
</FilterSection>
79
<div className="w-full overflow-hidden">
0 commit comments