From 4cce75fea5b2dd4d0f90c081dfe2705f418c1b2b Mon Sep 17 00:00:00 2001 From: lme-axelor <102581501+lme-axelor@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:41:31 +0100 Subject: [PATCH] fix: add missing userId field in function call --- .../src/components/templates/TimerListAlert/TimerListAlert.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/apps/hr/src/components/templates/TimerListAlert/TimerListAlert.tsx b/packages/apps/hr/src/components/templates/TimerListAlert/TimerListAlert.tsx index 7bfe1c6c63..e47b92259c 100644 --- a/packages/apps/hr/src/components/templates/TimerListAlert/TimerListAlert.tsx +++ b/packages/apps/hr/src/components/templates/TimerListAlert/TimerListAlert.tsx @@ -140,6 +140,7 @@ const TimerListAlert = ({ timesheetId: timesheet?.id, version: timesheet?.version, timerIdList, + userId, }), ); } else {