mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix init of synced options in new database
This commit is contained in:
		| @@ -64,7 +64,7 @@ async function getTree() { | ||||
|     const relations = await getRelations(noteIds); | ||||
|  | ||||
|     return { | ||||
|         startNotePath: await optionService.getOption('startNotePath'), | ||||
|         startNotePath: (await optionService.getOption('startNotePath')) || 'root', | ||||
|         branches, | ||||
|         notes, | ||||
|         relations | ||||
|   | ||||
		Reference in New Issue
	
	Block a user