mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
minor oversight.
This commit is contained in:
parent
ecd2b83cf0
commit
a236c4a151
@ -321,7 +321,7 @@ namespace CarCareTracker.Controllers
|
||||
[HttpGet]
|
||||
public IActionResult GetAddGasRecordPartialView()
|
||||
{
|
||||
return PartialView("_GasModal", new GasRecordInput());
|
||||
return PartialView("_GasModal", new GasRecordInputContainer());
|
||||
}
|
||||
[HttpGet]
|
||||
public IActionResult GetGasRecordForEditById(int gasRecordId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user