mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
use updated v-model in recipePageFooter
This commit is contained in:
parent
27d8109a6e
commit
085b020f94
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue