mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
fix for starting new document from empty template
This commit is contained in:
parent
17db964b10
commit
81cd22e130
6 changed files with 640 additions and 639 deletions
|
@ -19,6 +19,7 @@ const {
|
|||
export default Ember.Component.extend(NotifierMixin, {
|
||||
localStorage: Ember.inject.service(),
|
||||
appMeta: Ember.inject.service(),
|
||||
templateService: Ember.inject.service('template'),
|
||||
canEditTemplate: "",
|
||||
importedDocuments: [],
|
||||
savedTemplates: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue