From 19ebf65c680fea49a09be382a82de34087fdc7ae Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 21 Oct 2016 00:16:49 +0200 Subject: [PATCH] Fix wrong state transformation on icons events. --- src/uxbox/main/data/icons.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/main/data/icons.cljs b/src/uxbox/main/data/icons.cljs index f7ba2101c..887b5fd7b 100644 --- a/src/uxbox/main/data/icons.cljs +++ b/src/uxbox/main/data/icons.cljs @@ -89,7 +89,7 @@ rs/UpdateEvent (-apply-update [_ state] (let [{:keys [id] :as item} (assoc item :type :own)] - (update state :image-colls-by-id assoc id item))) + (update state :icon-colls-by-id assoc id item))) rs/WatchEvent (-apply-watch [_ state stream]