Removed legacy navigationtree

This commit is contained in:
Jori Lallo
2017-10-15 18:35:28 -07:00
parent 53d9e221a5
commit 75bf265bd5
4 changed files with 17 additions and 28 deletions

View File

@ -19,7 +19,7 @@ async function present(ctx: Object, collection: Collection) {
};
if (collection.type === 'atlas') {
data.documents = await collection.getDocumentsStructure();
data.documents = collection.documentStructure;
}
if (collection.documents) {