mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Section title fix
This commit is contained in:
parent
6817f5083e
commit
f199366a5a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default Ember.Controller.extend(NotifierMixin, {
|
|||
|
||||
let page = {
|
||||
documentId: this.get('model.document.id'),
|
||||
title: `${section.get('contentType')} Section`,
|
||||
title: `${section.get('title')} Section`,
|
||||
level: 1,
|
||||
sequence: 2048,
|
||||
body: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue