This commit is contained in:
Jori Lallo
2016-06-25 22:36:16 -07:00
parent a0649e6fd3
commit 4beb84f4bc
6 changed files with 10 additions and 11 deletions

View File

@@ -32,8 +32,7 @@ export function presentAtlas(atlas, includeRecentDocuments=false) {
}
if (atlas.type === 'atlas') {
// Todo replace with `.atlasStructure`
data.structure = await atlas.getStructure();
data.navigationTree = await atlas.getStructure();
}
if (includeRecentDocuments) {