mirror of
https://github.com/penpot/penpot.git
synced 2025-01-20 05:34:23 -05:00
🐛 Fix sets breaking from merge
This commit is contained in:
parent
fa642d7717
commit
71f656cc5e
1 changed files with 3 additions and 1 deletions
|
@ -273,10 +273,12 @@
|
|||
:selected? selected?
|
||||
:on-toggle on-toggle
|
||||
:active? active?
|
||||
:group-active? group-active?
|
||||
:editing? editing?
|
||||
:on-edit on-edit
|
||||
:on-edit-reset on-edit-reset
|
||||
:on-edit-submit on-edit-submit-group}]))]))
|
||||
:on-edit-submit-set on-edit-submit-set
|
||||
:on-edit-submit-group on-update-token-set-group}]))]))
|
||||
|
||||
(mf/defc controlled-sets-list
|
||||
[{:keys [token-sets
|
||||
|
|
Loading…
Add table
Reference in a new issue