Skip to content

Commit

Permalink
emtry strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Mar 29, 2024
1 parent 42c0ca7 commit 2eb60b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public async Task<IActionResult> Create(EditDeploymentPlanStepViewModel model)
return NotFound();
}

var editor = await _displayManager.UpdateEditorAsync(step, updater: _updateModelAccessor.ModelUpdater, isNew: true, "", "");
var editor = await _displayManager.UpdateEditorAsync(step, updater: _updateModelAccessor.ModelUpdater, isNew: true, string.Empty, string.Empty);
editor.Properties["DeploymentStep"] = step;

if (ModelState.IsValid)
Expand Down

0 comments on commit 2eb60b1

Please sign in to comment.