mirror of
https://github.com/documize/community.git
synced 2025-08-02 12:05:23 +02:00
Update Space view to use new layout
This commit is contained in:
parent
0cc83c13c8
commit
d5b5e015d1
18 changed files with 474 additions and 330 deletions
|
@ -41,7 +41,7 @@ export default Service.extend({
|
|||
});
|
||||
|
||||
templates = response.map((template) => {
|
||||
let data = this.get('store').normalize('template', template);
|
||||
let data = this.get('store').normalize('document', template);
|
||||
return this.get('store').push(data);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue