diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue index 489eafc30..03b785ca3 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 1ab9f8860..592a2cf00 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"