fix ui: fix notes loading

This commit is contained in:
nick-delirium 2024-05-02 16:39:09 +02:00
parent f574746b37
commit 89d76c3b98
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -59,7 +59,7 @@ function NoteTags() {
),
})),
]}
onChange={(value: iTag) => notesStore.toggleTag(value)}
onChange={(value: iTag) => notesStore.toggleTag(value === 'ALL' ? undefined : value)}
/>
<div className="ml-auto" />
<SortDropdown