We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840cfe4 commit 14d0815Copy full SHA for 14d0815
LearningHub.Nhs.WebUI/Controllers/MyAccountController.cs
@@ -1398,7 +1398,7 @@ await this.userService.UpdateUserEmployment(
1398
}
1399
else
1400
{
1401
- if (!searchSubmission)
+ if (string.IsNullOrWhiteSpace(viewModel.FilterText))
1402
1403
viewModel.SelectedWorkPlaceId = profile.LocationId.ToString();
1404
viewModel.FilterText = profile.LocationName;
0 commit comments