mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-10 18:03:11 -05:00
fix: Remove deprecated warning from shopping list editor (#6963)
This commit is contained in:
@@ -56,25 +56,6 @@
|
|||||||
width="250"
|
width="250"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<v-menu
|
|
||||||
v-if="listItem.recipeReferences && listItem.recipeReferences.length > 0"
|
|
||||||
open-on-hover
|
|
||||||
offset-y
|
|
||||||
start
|
|
||||||
top
|
|
||||||
>
|
|
||||||
<template #activator="{ props }">
|
|
||||||
<v-icon class="mt-auto" :icon="$globals.icons.alert" v-bind="props" color="warning">
|
|
||||||
{{ $globals.icons.alert }}
|
|
||||||
</v-icon>
|
|
||||||
</template>
|
|
||||||
<v-card max-width="350px" class="left-warning-border">
|
|
||||||
<v-card-text>
|
|
||||||
{{ $t("shopping-list.linked-item-warning") }}
|
|
||||||
</v-card-text>
|
|
||||||
</v-card>
|
|
||||||
</v-menu>
|
|
||||||
</div>
|
</div>
|
||||||
<BaseButton
|
<BaseButton
|
||||||
v-if="listItem.labelId && listItem.food && listItem.labelId !== listItem.food.labelId"
|
v-if="listItem.labelId && listItem.food && listItem.labelId !== listItem.food.labelId"
|
||||||
|
|||||||
Reference in New Issue
Block a user