From eadef68002bd70d0ada622d35d95544f74574ba3 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Thu, 19 Jun 2025 10:15:19 +0000 Subject: [PATCH] RecipeSettingsMenu use v-model instead of prop and turn into script setup --- .../RecipePageEditorToolbar.vue | 2 +- .../Domain/Recipe/RecipeSettingsMenu.vue | 18 ++++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue index 6a19e82fe..2621f1ed5 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue @@ -7,8 +7,8 @@ @refresh="imageKey++" /> diff --git a/frontend/components/Domain/Recipe/RecipeSettingsMenu.vue b/frontend/components/Domain/Recipe/RecipeSettingsMenu.vue index e521507f7..7e5fff235 100644 --- a/frontend/components/Domain/Recipe/RecipeSettingsMenu.vue +++ b/frontend/components/Domain/Recipe/RecipeSettingsMenu.vue @@ -36,22 +36,12 @@ -