diff --git a/frontend/src/components/Recipe/RecipeEditor/index.vue b/frontend/src/components/Recipe/RecipeEditor/index.vue index dfa368e6e..e50d9080d 100644 --- a/frontend/src/components/Recipe/RecipeEditor/index.vue +++ b/frontend/src/components/Recipe/RecipeEditor/index.vue @@ -120,17 +120,19 @@ deletable-chips v-model="value.recipeCategory" hide-selected - :items="categories" + :items="allCategories" text="name" :search-input.sync="categoriesSearchInput" @change="categoriesSearchInput = ''" >