diff --git a/frontend/benefit/handler/src/hooks/useFormActions.tsx b/frontend/benefit/handler/src/hooks/useFormActions.tsx index 3c62de7bb1..7ec01674f7 100644 --- a/frontend/benefit/handler/src/hooks/useFormActions.tsx +++ b/frontend/benefit/handler/src/hooks/useFormActions.tsx @@ -272,6 +272,7 @@ const useFormActions = ( deMinimisAidSet: deMinimisAids, action: APPLICATION_ACTIONS.HANDLER_ALLOW_APPLICATION_EDIT, benefitType: BENEFIT_TYPES.SALARY, + trainingCompensations: [], calculation: calculation ? getPayloadForCalculation(currentValues) : undefined,