diff --git a/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteTags.tsx b/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteTags.tsx index 572139c36..2c1e1d36d 100644 --- a/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteTags.tsx +++ b/frontend/app/components/shared/SessionsTabOverview/components/Notes/NoteTags.tsx @@ -59,7 +59,7 @@ function NoteTags() { ), })), ]} - onChange={(value: iTag) => notesStore.toggleTag(value)} + onChange={(value: iTag) => notesStore.toggleTag(value === 'ALL' ? undefined : value)} />