You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Mobile: Fix incorrect field name when attaching a resource from share (#4557)
This commit is contained in:
@ -232,7 +232,7 @@ shared.initState = async function(comp) {
|
||||
await comp.attachFile({
|
||||
uri: resource.uri,
|
||||
type: resource.mimeType,
|
||||
fileName: resource.name,
|
||||
name: resource.name,
|
||||
}, null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user