Merge pull request #2013 from omnivore-app/fix/edit-labels-dropdown

Fix edit labels drop down action
This commit is contained in:
Jackson Harper
2023-04-10 18:13:48 +08:00
committed by GitHub

View File

@ -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