Add object for results details
This commit is contained in:
@@ -103,7 +103,7 @@ namespace LeafWeb.WebCms.Controllers
|
||||
RedirectToUmbracoPage(LeafWebPageIds.ManageQueue);
|
||||
}
|
||||
|
||||
var viewModel = new LeafInputDetails(leafInput);
|
||||
var viewModel = new LeafInputDetails_Admin(leafInput);
|
||||
return View(viewModel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user