Skip to content

Commit 11b100d

Browse files
committed
TD-4199: DIG1801: There are some problems with the consistency and operation of components
1 parent 8b3f40a commit 11b100d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Views/Account/CreateAccountCurrentRole.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="nhsuk-grid-column-two-thirds @(returnToConfirmation ? "nhsuk-u-padding-top-7":string.Empty) nhsuk-u-padding-bottom-9">
2323
@if (!returnToConfirmation)
2424
{
25-
if (Model.CountryId == "1")
25+
if (Model.CountryId == "1" || errorHasOccurred)
2626
{
2727
<vc:back-link asp-controller="Account" asp-action="CreateAccountRegionSelection" asp-all-route-data="@routeData" link-text="Back to: Select your region" />
2828

0 commit comments

Comments
 (0)