diff --git a/frontend/src/uxbox/main/ui/workspace/colorpalette.cljs b/frontend/src/uxbox/main/ui/workspace/colorpalette.cljs index cccbc61e7..f54528945 100644 --- a/frontend/src/uxbox/main/ui/workspace/colorpalette.cljs +++ b/frontend/src/uxbox/main/ui/workspace/colorpalette.cljs @@ -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))}