From 49c21bef032134f88d343629a9bd83cd3173086a Mon Sep 17 00:00:00 2001 From: Paul Howes Date: Mon, 6 Sep 2021 14:41:34 +0100 Subject: [PATCH] Update AboutEmployerOrchestrator.cs --- .../Orchestrators/Part2/AboutEmployerOrchestrator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Employer/Employer.Web/Orchestrators/Part2/AboutEmployerOrchestrator.cs b/src/Employer/Employer.Web/Orchestrators/Part2/AboutEmployerOrchestrator.cs index dfd86bb683..0ae5251e9b 100644 --- a/src/Employer/Employer.Web/Orchestrators/Part2/AboutEmployerOrchestrator.cs +++ b/src/Employer/Employer.Web/Orchestrators/Part2/AboutEmployerOrchestrator.cs @@ -82,7 +82,6 @@ public async Task PostAboutEmployerEditModelAsync(AboutEmp v => _vacancyClient.Validate(v, ValidationRules), async v => { - vacancy.EmployerDescription = null; // We don't want to save the description until submission. await _vacancyClient.UpdateDraftVacancyAsync(vacancy, user); await UpdateEmployerProfileAsync(vacancy, m.EmployerDescription, user); }