From 2e339ee9967cc7b234375e57a41e66571da84fb1 Mon Sep 17 00:00:00 2001 From: sephrat <34862846+sephrat@users.noreply.github.com> Date: Wed, 14 Apr 2021 17:14:21 +0200 Subject: [PATCH] Fix ingredient checkbox click (#305) Fixes #304 v-list-item already flips the checkbox --- frontend/src/components/Recipe/RecipeViewer/Ingredients.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue b/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue index 036a3516a60b..1a29c14f5888 100644 --- a/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue +++ b/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue @@ -12,6 +12,7 @@ v-model="ingredient.checked" class="pt-0 my-auto py-auto" color="secondary" + :readonly="true" >