From 6783463ae795efb544f7f0f0f3e979172a1b0de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 22 Dec 2016 11:05:04 +0100 Subject: [PATCH] Fixed radio buttons on create project --- frontend/src/uxbox/main/ui/dashboard/projects.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/ui/dashboard/projects.cljs b/frontend/src/uxbox/main/ui/dashboard/projects.cljs index 86ab66d5fb..ae847042aa 100644 --- a/frontend/src/uxbox/main/ui/dashboard/projects.cljs +++ b/frontend/src/uxbox/main/ui/dashboard/projects.cljs @@ -289,7 +289,7 @@ :id id :name "project-layout" :value name - :checked (= layout-id (:layout @local)) + :checked (when (= layout-id (:layout @local)) "checked") :on-change #(swap! local merge {:layout layout-id :width width :height height})}]