Skip to content

Commit

Permalink
Tweak empty select item
Browse files Browse the repository at this point in the history
This commit attempts a workaround for the issue filed at
hmrc/play-frontend-hmrc#223

Resolves: ECL-252
  • Loading branch information
pangiole-hmrc committed Feb 21, 2023
1 parent 4dcc999 commit d502435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object AmlSupervisorType {
): Seq[RadioItem] = {
val amlProfessionalBodySupervisorOptions: Seq[SelectItem] =
SelectItem(
text = ""
text = " "
) +: appConfig.amlProfessionalBodySupervisors.map { opb =>
SelectItem(
value = Some(opb),
Expand Down

0 comments on commit d502435

Please sign in to comment.