Load dashboard items in one

This commit is contained in:
Jori Lallo
2017-09-10 22:59:14 -07:00
parent f3112d1393
commit 14b7f07e7f
3 changed files with 38 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ class DocumentsStore extends BaseStore {
};
@action fetchRecentlyModified = async (options: ?Object): Promise<*> => {
return this.fetchAll('list', options);
return await this.fetchAll('list', options);
};
@action fetchRecentlyViewed = async (options: ?Object): Promise<*> => {