From 5848697dec2d4abd772aa20780edcf4cc89d7628 Mon Sep 17 00:00:00 2001 From: franc Date: Mon, 28 Apr 2025 16:06:31 +0200 Subject: [PATCH] Use model instead of view data --- Francesco.Recipes.World/Views/Shared/_GetInstructions.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/Francesco.Recipes.World/Views/Shared/_GetInstructions.cshtml b/Francesco.Recipes.World/Views/Shared/_GetInstructions.cshtml index 5fa2a58..0c8a725 100644 --- a/Francesco.Recipes.World/Views/Shared/_GetInstructions.cshtml +++ b/Francesco.Recipes.World/Views/Shared/_GetInstructions.cshtml @@ -29,6 +29,7 @@ }); const recipeId = '@Model.RecipeId'; + async function moveInstructionUp(instructionId) { try {