mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
feat: add delete option to three dots menu (#4842)
Co-authored-by: John Corser <xss@amazon.com> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
:recipe-id="recipe.id"
|
||||
:recipe-scale="recipeScale"
|
||||
:use-items="{
|
||||
delete: false,
|
||||
edit: false,
|
||||
download: loggedIn,
|
||||
duplicate: loggedIn,
|
||||
@@ -57,6 +56,7 @@
|
||||
printPreferences: true,
|
||||
share: loggedIn,
|
||||
recipeActions: true,
|
||||
delete: loggedIn,
|
||||
}"
|
||||
class="ml-1"
|
||||
@print="$emit('print')"
|
||||
|
||||
Reference in New Issue
Block a user