Skip to content

Commit

Permalink
Fix avslagårsaker fra set til list (#1198)
Browse files Browse the repository at this point in the history
Co-authored-by: Odd Andreas Sørsæther <[email protected]>
Co-authored-by: Eirik V <[email protected]>
  • Loading branch information
3 people authored Feb 21, 2024
1 parent 625f970 commit f62033b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/rest-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export const avslåTilskuddsperiode = async (
) => {
const uri = `/avtaler/${avtaleId}/avslag-tilskuddsperiode`;
await api.post(uri, {
avslagsårsaker,
avslagsårsaker: Array.from(avslagsårsaker),
avslagsforklaring,
});
};
Expand Down

0 comments on commit f62033b

Please sign in to comment.