From ae502c56527130392bb4758c0fa257cc868b9845 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:30:31 -0500 Subject: [PATCH] added missing recipe list import (#2516) --- frontend/components/Domain/ShoppingList/ShoppingListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue index 8934ae1898f9..973d7160dd0f 100644 --- a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue +++ b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue @@ -110,7 +110,7 @@ interface actions { } export default defineComponent({ - components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeIngredientListItem }, + components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeList, RecipeIngredientListItem }, props: { value: { type: Object as () => ShoppingListItemOut,