From a236c4a151304e46ca15bc69bcbb45fa44629eee Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Sun, 7 Jan 2024 14:49:14 -0700 Subject: [PATCH] minor oversight. --- Controllers/VehicleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/VehicleController.cs b/Controllers/VehicleController.cs index 138f346..0080063 100644 --- a/Controllers/VehicleController.cs +++ b/Controllers/VehicleController.cs @@ -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)