You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement Batching for Payroll Updates (#764)
feat: implement batching for payroll updates to support v2025-06-15 API changes
- Update PayrollConfiguration and PayrollEditEmployee to use useBatchedMutation
- Set batch size to 100 to align with API maximum for employee compensations
- Simplify implementation by passing inline async functions to useBatchedMutation
- Remove unnecessary useCallback wrappers as useBatchedMutation handles refs internally
- Future-proofs components for bulk payroll update operations
0 commit comments