mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -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
|
||||
[:map
|
||||
[:id :sm/uuid]
|
||||
[:id ::sm/uuid]
|
||||
[:type [:= :group]]])
|
||||
|
||||
(sm/register! ::token-set-ref
|
||||
[:map
|
||||
[:id :sm/uuid]
|
||||
[:id ::sm/uuid]
|
||||
[:type [:= :set]]])
|
||||
|
||||
(sm/register! ::token-set-group
|
||||
|
|
Loading…
Reference in a new issue