1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

potentially fixed ingredient render component

This commit is contained in:
vabene1111
2025-02-01 08:38:35 +01:00
parent 1ead724af6
commit 28c839a59d
4 changed files with 23 additions and 19 deletions

View File

@@ -51,6 +51,7 @@
</v-card-text>
<v-card-actions>
<v-btn @click="dialog=false" :to="{name: 'view_search'}" variant="plain" prepend-icon="$search">{{ $t('Advanced') }}</v-btn>
<v-btn @click="dialog=false" variant="plain">{{ $t('Close') }}</v-btn>
</v-card-actions>
</v-card>