mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Chore: Fixed ancient typo
This commit is contained in:
parent
b1a669de01
commit
5b3f05f939
@ -29,7 +29,7 @@ export default function useOnResourceLongPress(callbacks: Callbacks, dialogBoxRe
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const name = resource.title ? resource.title : resource.file_name;
|
const name = resource.title ? resource.title : resource.filename;
|
||||||
const mime: string|undefined = resource.mime;
|
const mime: string|undefined = resource.mime;
|
||||||
|
|
||||||
const actions = [];
|
const actions = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user