1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 16:19:46 +02:00

Section title fix

This commit is contained in:
zinyando 2016-08-29 20:49:57 +02:00
parent 6817f5083e
commit f199366a5a

View file

@ -15,7 +15,7 @@ export default Ember.Controller.extend(NotifierMixin, {
let page = { let page = {
documentId: this.get('model.document.id'), documentId: this.get('model.document.id'),
title: `${section.get('contentType')} Section`, title: `${section.get('title')} Section`,
level: 1, level: 1,
sequence: 2048, sequence: 2048,
body: "", body: "",