fix occurrences of 'root' branch

This commit is contained in:
zadam
2022-12-28 13:09:49 +01:00
parent ff1f01be8c
commit f809da58ec
7 changed files with 9 additions and 8 deletions

View File

@@ -77,7 +77,6 @@ async function createInitialDatabase() {
rootNote.setContent('');
new Branch({
branchId: 'root',
noteId: 'root',
parentNoteId: 'none',
isExpanded: true,