From d16aab44f24f59457cde8078a78f67c46c343fdc Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Tue, 19 Feb 2019 23:42:00 +0100 Subject: [PATCH] :green_heart: :construction: Fix icons collections init --- frontend/src/uxbox/library/icons.cljs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/uxbox/library/icons.cljs b/frontend/src/uxbox/library/icons.cljs index 72afef213..af617939d 100644 --- a/frontend/src/uxbox/library/icons.cljs +++ b/frontend/src/uxbox/library/icons.cljs @@ -23,7 +23,7 @@ [uxbox.library.icons.material.toggle :as md-toggle] )) -(def collections-list +(def collections [{:name "Material design (actions)" :id #uuid "00000000-0000-0000-0000-100000000001" :created-at 1 @@ -99,6 +99,3 @@ :created-at 15 :type :builtin :icons md-toggle/+icons+}]) - -(def collections - (index-by collections-list :id))