mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Cleanup
This commit is contained in:
@@ -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)}]
|
||||||
|
|||||||
Reference in New Issue
Block a user