1
0
Fork 0
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:
Michael Genson 2024-10-24 11:07:12 -05:00 committed by GitHub
parent 2305438423
commit 302002d630
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 24 deletions

View file

@ -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