diff --git a/AMESCoreStudio.Web/Controllers/REPController.cs b/AMESCoreStudio.Web/Controllers/REPController.cs index fe97d580..ff452018 100644 --- a/AMESCoreStudio.Web/Controllers/REPController.cs +++ b/AMESCoreStudio.Web/Controllers/REPController.cs @@ -716,6 +716,9 @@ namespace AMESCoreStudio.Web.Controllers } else { + NgRepair ngRepair = new NgRepair(); + model.ngRepair = ngRepair; + ViewBag.Image1Url = $"\\REPImage\\" + "noimage.jfif"; ViewBag.Image2Url = $"\\REPImage\\" + "noimage.jfif"; ViewBag.Image3Url = $"\\REPImage\\" + "noimage.jfif";