mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fixes to saved search
This commit is contained in:
		| @@ -589,7 +589,7 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|         const note = await branch.getNote(); | ||||
|  | ||||
|         if (!note) { | ||||
|             throw new Error(`Branch has no note ` + branch.noteId); | ||||
|             throw new Error(`Branch has no note "${branch.noteId}": ${JSON.stringify(note)}`); | ||||
|         } | ||||
|  | ||||
|         const title = (branch.prefix ? (branch.prefix + " - ") : "") + note.title; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user