1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

fix: Cookmode hide additional ingredients if all ingredients are linked (#4539)

This commit is contained in:
Kuchenpirat 2024-11-12 16:12:41 +01:00 committed by GitHub
parent 622c1b11f5
commit b1f81b4b95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View file

@ -338,7 +338,7 @@ export default defineComponent({
},
setup(props, context) {
const { i18n, req, $vuetify } = useContext();
const { i18n, req } = useContext();
const BASE_URL = detectServerBaseUrl(req);
const { isCookMode, toggleCookMode, isEditForm } = usePageState(props.recipe.slug);