Update bulk action call

This commit is contained in:
Jackson Harper
2023-06-08 16:28:54 +08:00
parent 7f908e8ee5
commit 819302af2a

View File

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