mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
🐛 Normalize token set names in themes (#8914)
This commit is contained in:
parent
f8dd64611f
commit
deb3af23d4
@ -723,7 +723,8 @@
|
||||
(update :is-source d/nilv false)
|
||||
(update :external-id #(or % (str new-id)))
|
||||
(update :modified-at #(or % (ct/now)))
|
||||
(update :sets #(into #{} (filter some?) %))
|
||||
(update :sets #(into #{} (comp (filter some?)
|
||||
(map normalize-set-name)) %))
|
||||
(check-token-theme-attrs)
|
||||
(map->TokenTheme))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user