0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00
This commit is contained in:
Florian Schroedl 2024-08-26 13:40:49 +02:00
parent 12e915dec8
commit fe702988f9

View file

@ -202,7 +202,6 @@
:class (stl/css :select-format-wrapper)
:options (mapcat (fn [[_ xs]]
(map (fn [{:keys [id name] :as f}]
(js/console.log "f" f)
{:value id :label name})
xs))
themes)}]