Skip to content

Commit

Permalink
fix: bulk complete events
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Jan 27, 2025
1 parent c9b427b commit c46ec9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const useBulkCompleteEvents = ({

return ({
fields: '*,!completedAt,!completedBy,!dataValues,!relationships',
pageSize: 100,
[filterQueryParam]: Object.keys(selectedRows).join(supportForFeature ? ',' : ';'),
});
},
Expand Down

0 comments on commit c46ec9d

Please sign in to comment.