frontend API addition to protect current note

This commit is contained in:
azivner
2019-01-01 15:39:13 +01:00
parent 6704b755d8
commit 66c639d5e3
3 changed files with 11 additions and 3 deletions

View File

@@ -153,7 +153,8 @@ async function createNote(parentNoteId, title, content = "", extraOptions = {})
noteId: note.noteId,
type: attr.type,
name: attr.name,
value: attr.value
value: attr.value,
isInheritable: !!attr.isInheritable
});
}