mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
Minor fix on colorpalette.
This commit is contained in:
parent
390a73eeac
commit
f8a3823d2d
@ -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))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user