mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
small fixes
This commit is contained in:
@@ -56,8 +56,7 @@ function getNotesAndBranchesAndAttributes(noteIds) {
|
||||
title: note.title,
|
||||
isProtected: note.isProtected,
|
||||
type: note.type,
|
||||
mime: note.mime,
|
||||
isDeleted: false // FIXME
|
||||
mime: note.mime
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user