Use one way of loading for avoid inconsistency

This commit is contained in:
Francesco Lorenzo D'Amico
2025-05-20 14:25:19 +02:00
parent 0c3b7380c5
commit 06ef8927a7
@@ -24,7 +24,7 @@
<p><strong>Cooking Time:</strong> @Model.CookingTime</p>
</div>
<partial name="_AdjustableIngredientsPartial" model="Model" />
@await Html.PartialAsync("_AdjustableIngredientsPartial", Model)
@await Html.PartialAsync("_RecipeInstructionGridPartial", new Francesco.Recipes.World.Models.InstructionViewModel
{