mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 12:05:21 +02:00
fix: Remove Unused Transfer Option from Shopping List (#4436)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
2305438423
commit
302002d630
2 changed files with 1 additions and 24 deletions
|
@ -151,10 +151,6 @@ export default defineComponent({
|
|||
text: i18n.t("general.delete") as string,
|
||||
event: "delete",
|
||||
},
|
||||
{
|
||||
text: i18n.t("general.transfer") as string,
|
||||
event: "transfer",
|
||||
},
|
||||
];
|
||||
|
||||
// copy prop value so a refresh doesn't interrupt the user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue