mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -05:00
Cleanup
This commit is contained in:
parent
12e915dec8
commit
fe702988f9
1 changed files with 0 additions and 1 deletions
|
@ -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)}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue