mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
renamed db columns to camelCase
This commit is contained in:
@@ -18,11 +18,11 @@ const editTreePrefix = (function() {
|
||||
|
||||
const currentNode = noteTree.getCurrentNode();
|
||||
|
||||
noteTreeId = currentNode.data.note_tree_id;
|
||||
noteTreeId = currentNode.data.noteTreeId;
|
||||
|
||||
treePrefixInputEl.val(currentNode.data.prefix).focus();
|
||||
|
||||
const noteTitle = noteTree.getNoteTitle(currentNode.data.note_id);
|
||||
const noteTitle = noteTree.getNoteTitle(currentNode.data.noteId);
|
||||
|
||||
noteTitleEl.html(noteTitle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user