0
Fork 0
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:
Andrey Antukh 2017-01-11 19:53:42 +01:00
parent 390a73eeac
commit f8a3823d2d
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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))}