mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 08:38:40 +00:00
Fixed radio buttons on create project
This commit is contained in:
parent
1181c01f55
commit
6783463ae7
@ -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…
x
Reference in New Issue
Block a user