ReviseProjectUpdateMethod
This commit is contained in:
@@ -116,9 +116,7 @@ namespace ConstructorAppUI.Controllers
|
||||
return View(values);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return View();
|
||||
return View(new UpdateProjectDto());
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
|
||||
Reference in New Issue
Block a user