0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
This commit is contained in:
Florian Schroedl 2024-08-13 14:41:58 +02:00
parent c275923621
commit ba31914ca4

View file

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