Fixed ordering issue on dashboard

This commit is contained in:
Jori Lallo
2016-08-21 23:40:57 -07:00
parent 16436dc9af
commit e7301aeb3e
2 changed files with 4 additions and 2 deletions

View File

@ -100,6 +100,8 @@ export function presentCollection(ctx, collection, includeRecentDocuments=false)
name: collection.name,
description: collection.description,
type: collection.type,
createdAt: collection.createdAt,
updatedAt: collection.updatedAt,
};
if (collection.type === 'atlas') data.navigationTree = collection.navigationTree;