mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix issue with deleting items from hover cards
This commit is contained in:
parent
34bae118f4
commit
98b35681e7
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ export const LibraryHoverActions = (props: LibraryHoverActionsProps) => {
|
|||
itemId: props.item.id,
|
||||
slug: props.item.slug,
|
||||
})
|
||||
} else {
|
||||
await deleteItem.mutateAsync({
|
||||
itemId: props.item.id,
|
||||
slug: props.item.slug,
|
||||
|
|
|
|||
Loading…
Reference in a new issue