From ae51454fc4c4faab82b2afc7194e83c03ad94890 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 23 Oct 2016 17:19:50 +0200 Subject: [PATCH] Fetch images for storage collection. --- src/uxbox/main/data/images.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/uxbox/main/data/images.cljs b/src/uxbox/main/data/images.cljs index 6b6096f5f..4cb850ef1 100644 --- a/src/uxbox/main/data/images.cljs +++ b/src/uxbox/main/data/images.cljs @@ -34,8 +34,7 @@ rs/WatchEvent (-apply-watch [_ state s] (rx/merge (rx/of (fetch-collections)) - (when (uuid? id) - (rx/of (fetch-images id)))))) + (rx/of (fetch-images id))))) (defn initialize [type id]