mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +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