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
commit 3a1d613b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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