diff --git a/frontend/src/app/main/ui/components/forms.cljs b/frontend/src/app/main/ui/components/forms.cljs index 88cd4fd42..9ce9ae13d 100644 --- a/frontend/src/app/main/ui/components/forms.cljs +++ b/frontend/src/app/main/ui/components/forms.cljs @@ -268,7 +268,7 @@ (let [image? (some? image) value' (encode-fn value) checked? (= value current-value) - key (str/ffmt "%-%" name value')] + key (str/ffmt "%-%" (d/name name) (d/name value'))] [:label {:for key :key key :style {:background-image (when image? (str/ffmt "url(%)" image))}