mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2013 from omnivore-app/fix/edit-labels-dropdown
Fix edit labels drop down action
This commit is contained in:
commit
3a1d613b57
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export function ReaderDropdownMenu(props: DropdownMenuProps): JSX.Element {
|
|||
title="Archive"
|
||||
/>
|
||||
<DropdownOption
|
||||
onSelect={() => props.articleActionHandler('editLabels')}
|
||||
onSelect={() => props.articleActionHandler('setLabels')}
|
||||
title="Edit Labels"
|
||||
/>
|
||||
<DropdownOption
|
||||
|
|
|
|||
Loading…
Reference in a new issue