From f8a3823d2dc538c2acb053cd089ad53ba25e66c8 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 11 Jan 2017 19:53:42 +0100 Subject: [PATCH] Minor fix on colorpalette. --- frontend/src/uxbox/main/ui/workspace/colorpalette.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))}