Merge pull request #2013 from omnivore-app/fix/edit-labels-dropdown
Fix edit labels drop down action
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user