mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Fix typo
This commit is contained in:
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
(sm/register! ::token-set-group-ref
|
(sm/register! ::token-set-group-ref
|
||||||
[:map
|
[:map
|
||||||
[:id :sm/uuid]
|
[:id ::sm/uuid]
|
||||||
[:type [:= :group]]])
|
[:type [:= :group]]])
|
||||||
|
|
||||||
(sm/register! ::token-set-ref
|
(sm/register! ::token-set-ref
|
||||||
[:map
|
[:map
|
||||||
[:id :sm/uuid]
|
[:id ::sm/uuid]
|
||||||
[:type [:= :set]]])
|
[:type [:= :set]]])
|
||||||
|
|
||||||
(sm/register! ::token-set-group
|
(sm/register! ::token-set-group
|
||||||
|
|||||||
Reference in New Issue
Block a user