fix ui: fix notes loading
This commit is contained in:
parent
f574746b37
commit
89d76c3b98
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue