0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

Fixed radio buttons on create project

This commit is contained in:
Jesús Espino 2016-12-22 11:05:04 +01:00
parent 1181c01f55
commit 6783463ae7

View file

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