This commit is contained in:
Florian Schroedl 2024-11-28 13:59:47 +01:00
parent 5cbcdb77c9
commit a28ed69113
2 changed files with 4 additions and 4 deletions

View file

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