Skip to content

Commit

Permalink
Merge pull request #19 from hargata/electric.vehicle
Browse files Browse the repository at this point in the history
minor oversight.
  • Loading branch information
hargata authored Jan 7, 2024
2 parents 54d20b5 + a236c4a commit bfdef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/VehicleController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public IActionResult SaveGasRecordToVehicleId(GasRecordInput gasRecord)
[HttpGet]
public IActionResult GetAddGasRecordPartialView()
{
return PartialView("_GasModal", new GasRecordInput());
return PartialView("_GasModal", new GasRecordInputContainer());
}
[HttpGet]
public IActionResult GetGasRecordForEditById(int gasRecordId)
Expand Down

0 comments on commit bfdef5d

Please sign in to comment.