Skip to content

Commit

Permalink
CustomText should be nullable.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Jul 12, 2024
1 parent 233f8b8 commit fc2aac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ data class PreviewSvarbrevAnonymousInput(
val typeId: String,
val behandlingstidUnits: Int,
val behandlingstidUnitType: SvarbrevSettings.BehandlingstidUnitType,
val customText: String,
val customText: String?,
)

0 comments on commit fc2aac8

Please sign in to comment.