0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 09:38:56 -05:00
This commit is contained in:
Florian Schroedl 2024-09-27 11:21:30 +02:00
parent 93ed1ded17
commit b7cedf219b

View file

@ -271,7 +271,6 @@
changes (if create-token?
(pcb/add-token changes (:id token-set) (:name token-set) token)
(pcb/update-token changes (:id token-set) (:name token-set) token prev-token))
changes (-> changes
(ensure-token-theme-changes state {:new-set? create-set?
:id (:id token-set)}))]