mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
attachments WIP
This commit is contained in:
@@ -110,7 +110,7 @@ export default class RecentChangesDialog extends BasicWidget {
|
||||
const notePath = note.getBestNotePathString();
|
||||
|
||||
if (notePath) {
|
||||
$noteLink = await linkService.createNoteLink(notePath, {
|
||||
$noteLink = await linkService.createLink(notePath, {
|
||||
title: change.title,
|
||||
showNotePath: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user