1
0
Fork 0
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:
Harvey Kandola 2016-05-22 13:28:23 -07:00
parent 3762d6aafa
commit 2be87d82c6

View file

@ -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() {