From 54ee339a4816a94cc4c4c415a55a8cfe854613e9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 17 Mar 2016 22:24:44 +0200 Subject: [PATCH] Fix projects creation lightbox. --- src/uxbox/ui/dashboard/projects.cljs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uxbox/ui/dashboard/projects.cljs b/src/uxbox/ui/dashboard/projects.cljs index c4d14b87ef..5e11e623dd 100644 --- a/src/uxbox/ui/dashboard/projects.cljs +++ b/src/uxbox/ui/dashboard/projects.cljs @@ -230,10 +230,10 @@ [local] (html [:div.input-radio.radio-primary - (layout-input local :mobile) - (layout-input local :tablet) - (layout-input local :notebook) - (layout-input local :desktop)])) + (layout-input local "mobile") + (layout-input local "tablet") + (layout-input local "notebook") + (layout-input local "desktop")])) (defn- new-project-lightbox-render [own]