mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 05:16:23 +00:00
Minor fix on colorpalette.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
[:div.color-palette
|
||||
[:div.color-palette-actions
|
||||
[:select.input-select {:on-change select-collection
|
||||
:value (pr-str selected-coll)}
|
||||
:value (pr-str (:id selected-coll))}
|
||||
(for [collection collections]
|
||||
[:option {:key (str (:id collection))
|
||||
:value (pr-str (:id collection))}
|
||||
|
||||
Reference in New Issue
Block a user