mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update bulk action call
This commit is contained in:
parent
7f908e8ee5
commit
819302af2a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export default function BulkPerformer(): JSX.Element {
|
|||
return
|
||||
}
|
||||
try {
|
||||
const success = await bulkActionMutation(action)
|
||||
const success = await bulkActionMutation(action, 'in:all')
|
||||
if (!success) {
|
||||
throw 'Success not returned'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue