Skip to content

Commit

Permalink
Bruker riktig enum verdi på brevtype
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Oct 4, 2023
1 parent c268f02 commit e808485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/saksbilde/barnebriller/steg/vedtak/Vedtak.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const Vedtak: React.FC = () => {
return {
sakId: saksnummer!,
målform: sak?.data.vilkårsgrunnlag?.målform || MålformType.BOKMÅL,
brevtype: Brevtype.BARNEBRILLER_INNHENTE_OPPLYSNINGER,
brevtype: Brevtype.BARNEBRILLER_VEDTAK,
data: {
brevtekst: tekst ? tekst : fritekst,
},
Expand Down

0 comments on commit e808485

Please sign in to comment.