0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 20:09:04 -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) :class (stl/css :select-format-wrapper)
:options (mapcat (fn [[_ xs]] :options (mapcat (fn [[_ xs]]
(map (fn [{:keys [id name] :as f}] (map (fn [{:keys [id name] :as f}]
(js/console.log "f" f)
{:value id :label name}) {:value id :label name})
xs)) xs))
themes)}] themes)}]