Skip to content

Commit

Permalink
Interpolate saveButtonText field (#3306)
Browse files Browse the repository at this point in the history
* Interpolate saveButtonText field

* Fix spotless error

---------

Co-authored-by: Benjamin Mwalimu <[email protected]>
  • Loading branch information
hamza-vd and dubdabasoduba authored Jun 4, 2024
1 parent 6bdd3a0 commit 4cd2ac5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ data class QuestionnaireConfig(
barcodeLinkId = barcodeLinkId?.interpolate(computedValuesMap),
cqlInputResources = cqlInputResources?.map { it.interpolate(computedValuesMap) },
linkIds = linkIds?.onEach { it.linkId.interpolate(computedValuesMap) },
saveButtonText = saveButtonText?.interpolate(computedValuesMap),
)
}

Expand Down

0 comments on commit 4cd2ac5

Please sign in to comment.