From de24c69fe44df73c355a3ec481c7f146778cb4a6 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sat, 9 Sep 2017 10:16:15 +0200 Subject: Add a loading screen for initial datacenter fetch --- src/sagas/topology.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sagas') diff --git a/src/sagas/topology.js b/src/sagas/topology.js index 9c5087cc..0f1856f5 100644 --- a/src/sagas/topology.js +++ b/src/sagas/topology.js @@ -60,7 +60,7 @@ export function* onFetchLatestDatacenter(action) { } } -export function* fetchDatacenter(datacenterId) { +function* fetchDatacenter(datacenterId) { try { yield fetchAndStoreDatacenter(datacenterId); const rooms = yield fetchAndStoreRoomsOfDatacenter(datacenterId); -- cgit v1.2.3