mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
backend API to create a launcher
This commit is contained in:
@@ -55,7 +55,7 @@ export default class NoteLauncher extends AbstractLauncher {
|
||||
}
|
||||
|
||||
getTargetNoteId() {
|
||||
const targetNoteId = this.launcherNote.getRelationValue('targetNote');
|
||||
const targetNoteId = this.launcherNote.getRelationValue('target');
|
||||
|
||||
if (!targetNoteId) {
|
||||
dialogService.info("This launcher doesn't define target note.");
|
||||
|
||||
Reference in New Issue
Block a user