1
0
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:
Laurent Cozic 2024-04-27 10:21:00 +01:00
parent b1a669de01
commit 5b3f05f939

View File

@ -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 = [];