added #titleTemplate, closes #2852

This commit is contained in:
zadam
2022-05-15 15:21:35 +02:00
parent e87e065100
commit 593a275795
5 changed files with 35 additions and 7 deletions

View File

@@ -66,7 +66,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()