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 3ce2b29 commit 67e95d0Copy full SHA for 67e95d0
ui/src/pages/species/species.tsx
@@ -46,8 +46,8 @@ export const Species = () => {
46
<div className="flex flex-col gap-6 md:flex-row">
47
<Filtering
48
config={{
49
- session: false, // TODO: Update when working
50
- station: false, // TODO: Update when working
+ session: true,
+ station: true,
51
taxon: true,
52
}}
53
/>
0 commit comments