From 2be87d82c688a2ea670b7e8d7b32b1b15372456a Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sun, 22 May 2016 13:28:23 -0700 Subject: [PATCH] defaulted new section page title --- app/app/components/document/page-wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app/components/document/page-wizard.js b/app/app/components/document/page-wizard.js index e70dc5a7..74bda081 100644 --- a/app/app/components/document/page-wizard.js +++ b/app/app/components/document/page-wizard.js @@ -13,7 +13,7 @@ import Ember from 'ember'; import NotifierMixin from '../../mixins/notifier'; export default Ember.Component.extend(NotifierMixin, { - title: "", + title: "New Section", contentType: "", didReceiveAttrs() {