diff --git a/Controllers/ProgressiviController.cs b/Controllers/ProgressiviController.cs index 21ef949..f2575e5 100644 --- a/Controllers/ProgressiviController.cs +++ b/Controllers/ProgressiviController.cs @@ -122,7 +122,7 @@ namespace VirtualTask.Controllers return RedirectToAction("Error"); } - return View(); + return View(prog); } [HttpPost]