diff --git a/frontend/src/components/Admin/General/HomePageSettings.vue b/frontend/src/components/Admin/General/HomePageSettings.vue index dba8ef290..7c7f38fac 100644 --- a/frontend/src/components/Admin/General/HomePageSettings.vue +++ b/frontend/src/components/Admin/General/HomePageSettings.vue @@ -119,10 +119,10 @@

{{ $t("settings.locale-settings") }}

- + - + mdi-delete @@ -107,7 +107,7 @@ mdi-plus - +

{{ $t("recipe.categories") }}

mdi-delete @@ -183,7 +183,7 @@ color="white" class="mr-2" elevation="0" - @click="removeStep(index)" + @click="removeByIndex(value.recipeInstructions, index)" > mdi-delete @@ -218,6 +218,7 @@