mirror of
https://github.com/documize/community.git
synced 2025-08-10 07:55:25 +02:00
defaulted new section page title
This commit is contained in:
parent
3762d6aafa
commit
2be87d82c6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import Ember from 'ember';
|
||||||
import NotifierMixin from '../../mixins/notifier';
|
import NotifierMixin from '../../mixins/notifier';
|
||||||
|
|
||||||
export default Ember.Component.extend(NotifierMixin, {
|
export default Ember.Component.extend(NotifierMixin, {
|
||||||
title: "",
|
title: "New Section",
|
||||||
contentType: "",
|
contentType: "",
|
||||||
|
|
||||||
didReceiveAttrs() {
|
didReceiveAttrs() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue