From 884977843cce684164f8b7eb950b84e9ffdaf366 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sat, 4 Jun 2016 18:58:42 -0700 Subject: [PATCH] Default to fetching --- src/scenes/Dashboard/DashboardStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenes/Dashboard/DashboardStore.js b/src/scenes/Dashboard/DashboardStore.js index 0739f051f..4bedb05ae 100644 --- a/src/scenes/Dashboard/DashboardStore.js +++ b/src/scenes/Dashboard/DashboardStore.js @@ -5,7 +5,7 @@ const store = new class DashboardStore { @observable atlases; @observable pagination; - @observable isFetching; + @observable isFetching = true; /* Actions */