mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set deletedAt to now when bulk delete
This commit is contained in:
parent
47510c0785
commit
7bf3f1bbf4
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ export const updateLibraryItems = async (
|
|||
break
|
||||
case BulkActionType.Delete:
|
||||
values = {
|
||||
deletedAt: new Date(),
|
||||
state: LibraryItemState.Deleted,
|
||||
}
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in a new issue