Default to fetching

This commit is contained in:
Jori Lallo
2016-06-04 18:58:42 -07:00
parent b8bd9630b3
commit 884977843c

View File

@@ -5,7 +5,7 @@ const store = new class DashboardStore {
@observable atlases; @observable atlases;
@observable pagination; @observable pagination;
@observable isFetching; @observable isFetching = true;
/* Actions */ /* Actions */