Skip to content

Commit

Permalink
fix: remove training compensations data on changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Mar 1, 2024
1 parent a596999 commit 842df88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/benefit/handler/src/hooks/useFormActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 842df88

Please sign in to comment.