Skip to content

Commit

Permalink
Tillater at brevutkasttekst kan være tom streng
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Dec 18, 2023
1 parent 5294f2c commit f974939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const SendBrevPanel = React.memo((props: SendBrevProps) => {
målform: valgtMålform || målform,
brevtype,
data: {
brevtekst: tekst ? tekst : fritekst,
brevtekst: tekst != undefined ? tekst : fritekst,
},
}
}
Expand Down

0 comments on commit f974939

Please sign in to comment.