diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue index 489eafc30fbc..03b785ca3eab 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue @@ -7,7 +7,7 @@ handle=".handle" v-bind="{ animation: 200, - group: 'description', + group: 'recipe-ingredients', disabled: false, ghostClass: 'ghost', }" diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue index 1ab9f88609a4..592a2cf0019a 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue @@ -79,7 +79,7 @@ handle=".handle" v-bind="{ animation: 200, - group: 'description', + group: 'recipe-instructions', ghostClass: 'ghost', }" @input="updateIndex"