mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 19:47:21 +02:00
Fix arg
This commit is contained in:
parent
5cbcdb77c9
commit
a28ed69113
2 changed files with 4 additions and 4 deletions
|
@ -89,11 +89,11 @@
|
|||
(get (:tokens workspace-data) id)))
|
||||
|
||||
(defn set-selected-token-set-path
|
||||
[id]
|
||||
[full-path]
|
||||
(ptk/reify ::set-selected-token-set-path
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
(wtts/assoc-selected-token-set-path state id))))
|
||||
(wtts/assoc-selected-token-set-path state full-path))))
|
||||
|
||||
(defn set-selected-token-set-path-from-name
|
||||
[token-set-name]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue