Skip to content

Commit

Permalink
Fix to project page
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed May 23, 2023
1 parent fe9714f commit 3d6622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevOpsMetrics.Web/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public async Task<IActionResult> Index()
[HttpPost]
public IActionResult ProjectUpdate(string RowKey, int NumberOfDaysSelected = 30)
{
return RedirectToAction("Project", "Home", new { rowKey = RowKey, numberOfDays = NumberOfDaysSelected });
return RedirectToAction("Project", "Home", new { projectId = RowKey, numberOfDays = NumberOfDaysSelected });
}

[HttpGet]
Expand Down

0 comments on commit 3d6622b

Please sign in to comment.