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:
parent
1181c01f55
commit
6783463ae7
1 changed files with 1 additions and 1 deletions
|
@ -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})}]
|
||||
|
|
Loading…
Add table
Reference in a new issue