Merge branch 'master' into custom-search-dialog

This commit is contained in:
zadam
2022-05-15 20:35:26 +02:00
6 changed files with 37 additions and 8 deletions

View File

@@ -43,7 +43,6 @@ export default class Entrypoints extends Component {
const inboxNote = await dateNoteService.getInboxNote();
const {note} = await server.post(`notes/${inboxNote.noteId}/children?target=into`, {
title: 'new note',
content: '',
type: 'text',
isProtected: inboxNote.isProtected && protectedSessionHolder.isProtectedSessionAvailable()