use updated v-model in recipePageFooter

This commit is contained in:
Kuchenpirat 2025-06-19 09:39:02 +00:00
commit 085b020f94

View file

@ -76,7 +76,7 @@
<RecipeNotes v-model="recipe.notes" :edit="isEditForm" /> <RecipeNotes v-model="recipe.notes" :edit="isEditForm" />
</v-col> </v-col>
</v-row> </v-row>
<RecipePageFooter :recipe="recipe" /> <RecipePageFooter v-model="recipe" />
</v-card-text> </v-card-text>
</v-card> </v-card>
<WakelockSwitch /> <WakelockSwitch />