0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00
This commit is contained in:
Florian Schroedl 2024-08-21 10:29:14 +02:00
parent 5358cd1c52
commit cfefbadb64

View file

@ -108,7 +108,6 @@
(cond
(not theme-id) (-> changes
(pcb/add-temporary-token-theme
{:id (uuid/next)
:name ""
:sets #{id}}))
@ -216,7 +215,7 @@
(pcb/update-token-set updated-token-set token-set))))
theme-changes (-> set-changes
(ensure-token-theme-changes state {:new-set? create-set?
:set-id selected-token-set-id}))]
:id selected-token-set-id}))]
(rx/of
(set-selected-token-set-id selected-token-set-id)
(dch/commit-changes theme-changes)))))))