mirror of
https://github.com/penpot/penpot.git
synced 2025-01-20 13:42:59 -05:00
🐛 Fix set creation
This commit is contained in:
parent
3745475252
commit
133759de97
1 changed files with 2 additions and 2 deletions
|
@ -263,8 +263,8 @@
|
|||
:editing? (constantly true)
|
||||
:on-select (constantly nil)
|
||||
:on-edit (constantly nil)
|
||||
:on-edit-submit on-create-token-set
|
||||
:on-cancel on-reset}])]))]))
|
||||
:on-edit-reset on-reset
|
||||
:on-edit-submit on-create-token-set}])]))]))
|
||||
|
||||
(mf/defc sets-list
|
||||
[{:keys []}]
|
||||
|
|
Loading…
Add table
Reference in a new issue