mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-03 05:35:02 -04:00
Fix: broken link to ingredient parser (#2707)
This commit is contained in:
parent
3a62c9eaa0
commit
4b55b838ed
@ -34,7 +34,7 @@
|
|||||||
class="mb-1"
|
class="mb-1"
|
||||||
:disabled="recipe.settings.disableAmount || hasFoodOrUnit"
|
:disabled="recipe.settings.disableAmount || hasFoodOrUnit"
|
||||||
color="accent"
|
color="accent"
|
||||||
:to="`/g/${groupSlug}/${recipe.slug}/ingredient-parser`"
|
:to="`/g/${groupSlug}/r/${recipe.slug}/ingredient-parser`"
|
||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user