mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 18:53:59 -04:00
fix: PWA share_target. The URL from your browser comes in via 'text' instead of the expected 'url' (#2654)
This commit is contained in:
@@ -344,9 +344,12 @@ export default {
|
||||
share_target: {
|
||||
action: "/recipe/create/url",
|
||||
method: "GET",
|
||||
enctype: "application/x-www-form-urlencoded",
|
||||
params: {
|
||||
url: "recipe_import_url",
|
||||
/* title and url are not currently used in Mealie. If there are issues
|
||||
with sharing, uncommenting those lines might help solve the puzzle. */
|
||||
// "title": "title",
|
||||
"text": "recipe_import_url",
|
||||
// "url": "url",
|
||||
},
|
||||
},
|
||||
icons: [
|
||||
|
||||
Reference in New Issue
Block a user