Skip to content

Commit 404a5ec

Browse files
authored
Merge pull request #1164 from hmrc/PAYEE-1033
PAYEE-1033: fixes DuplicateSubmissionWarningView
2 parents bf4df91 + 3115a16 commit 404a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/incomes/DuplicateSubmissionWarningView.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
),
9898
RadioItem(
9999
content = Text(viewModel.optionTwo),
100-
value = Some(viewModel.optionTwo),
100+
value = Some(FormValuesConstants.NoValue),
101101
attributes = Map("data-journey-val" -> "No"),
102102
),
103103
)

0 commit comments

Comments
 (0)