mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
Fix typo
This commit is contained in:
parent
c275923621
commit
ba31914ca4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue