mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
Minor fix on colorpalette.
This commit is contained in:
parent
390a73eeac
commit
f8a3823d2d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue