From 66b19eecfb59a7a56f506f82974b90fb6a16c300 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:11:54 +1000 Subject: [PATCH] feat: If there's only one shopping list, navigate directly to it (#3958) --- .../Recipe/RecipeDialogAddToShoppingList.vue | 39 ++++++++++++++----- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeDialogAddToShoppingList.vue b/frontend/components/Domain/Recipe/RecipeDialogAddToShoppingList.vue index 09f9c380c3fd..9a61a79b9759 100644 --- a/frontend/components/Domain/Recipe/RecipeDialogAddToShoppingList.vue +++ b/frontend/components/Domain/Recipe/RecipeDialogAddToShoppingList.vue @@ -1,6 +1,6 @@ @@ -127,14 +127,14 @@