From eb3e4b2d33a0194afbd4b5703d85e073afc07a6c Mon Sep 17 00:00:00 2001 From: Satyadeep Date: Mon, 27 Aug 2018 12:19:29 +0530 Subject: [PATCH] `showCollection` option in Dashboard documents list It was added in #718, but seems to have gone after the new tabs in the dashboard --- app/scenes/Dashboard.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/scenes/Dashboard.js b/app/scenes/Dashboard.js index 38f98a1b..f73b8a98 100644 --- a/app/scenes/Dashboard.js +++ b/app/scenes/Dashboard.js @@ -45,6 +45,7 @@ class Dashboard extends React.Component { key="recent" documents={documents.recentlyViewed} fetch={documents.fetchRecentlyViewed} + showCollection /> @@ -53,12 +54,14 @@ class Dashboard extends React.Component { documents={documents.createdByUser(user)} fetch={documents.fetchOwned} options={{ user }} + showCollection />