Minor bugfix on workspace settings.

This commit is contained in:
Andrey Antukh
2016-04-13 21:07:56 +03:00
parent e77764f693
commit 82ce2d166e

View File

@@ -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"]]