fix: HTML/JSON import failing (#7330)

This commit is contained in:
Michael Genson
2026-03-26 23:12:25 -05:00
committed by GitHub
parent 4dd8d836e1
commit 7c5913b012
5 changed files with 207 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
>https://schema.org/Recipe</a>
</p>
<v-switch
v-model="isEditJSON"
v-model="state.isEditJSON"
:label="$t('recipe.json-editor')"
color="primary"
class="mt-2"
@@ -40,7 +40,7 @@
style="max-width: 500px"
/>
<RecipeJsonEditor
v-if="isEditJSON"
v-if="state.isEditJSON"
v-model="newRecipeData"
height="250px"
mode="code"