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})}]