From 12aee6acb643ffae86121d95f0e303557b1f1583 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 21 Oct 2016 00:21:53 +0200 Subject: [PATCH] Fix wrong arguments function call on icons menu initialization. --- src/uxbox/main/ui/dashboard/icons.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/main/ui/dashboard/icons.cljs b/src/uxbox/main/ui/dashboard/icons.cljs index b66a1d6a5..10b00f89b 100644 --- a/src/uxbox/main/ui/dashboard/icons.cljs +++ b/src/uxbox/main/ui/dashboard/icons.cljs @@ -360,7 +360,7 @@ (header) [:section.dashboard-content (nav state colls) - (menu coll) + (menu state coll) (content state coll)]])) ;; --- New Icon Lightbox (TODO)