From 7a28c62910ec0a0b6e0caf7ea48ab15a9f68f802 Mon Sep 17 00:00:00 2001 From: lisabii <31242327+lisabii@users.noreply.github.com> Date: Fri, 1 Jun 2018 00:09:53 +1000 Subject: [PATCH] fix an asp-action value (#98) There is no "Update" in BasketController and it should be "Index". --- src/Web/Views/Basket/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Views/Basket/Index.cshtml b/src/Web/Views/Basket/Index.cshtml index 4915da9..0c8a977 100644 --- a/src/Web/Views/Basket/Index.cshtml +++ b/src/Web/Views/Basket/Index.cshtml @@ -68,7 +68,7 @@ }
+ asp-action="Index">[ Update ]