From 44b78ff30cdab292d0e2635a28b53d9f48b2e087 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 22 Feb 2023 07:13:32 +0300 Subject: [PATCH] Edit input field for new bunble description --- Views/Bundle/Create.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Bundle/Create.cshtml b/Views/Bundle/Create.cshtml index 4afc5e1..5197909 100644 --- a/Views/Bundle/Create.cshtml +++ b/Views/Bundle/Create.cshtml @@ -19,7 +19,7 @@
- + @Html.TextAreaFor(model => model.Description, new { @class="form-control", @rows = 2 })