mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
Minor bugfix on workspace settings.
This commit is contained in:
parent
e77764f693
commit
82ce2d166e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
[:input
|
||||
{:type "checkbox"
|
||||
:on-change on-align-change
|
||||
:checked (:grid/align opts)
|
||||
:checked (:grid/alignment opts)
|
||||
:id "magnet"
|
||||
:value "Yes"}]
|
||||
[:label {:for "magnet"} "Activate magnet"]]
|
||||
|
|
Loading…
Reference in a new issue