diff --git a/frontend/src/app/main/ui/components/forms.cljs b/frontend/src/app/main/ui/components/forms.cljs index a29a3f0014..f148995a3a 100644 --- a/frontend/src/app/main/ui/components/forms.cljs +++ b/frontend/src/app/main/ui/components/forms.cljs @@ -347,6 +347,7 @@ checked? (= value current-value) key (str/ffmt "%-%" name value')] [:label {:for key + :key key :style {:background-image (when image? (str/ffmt "url(%)" image))} :class (stl/css-case :radio-label true :global/checked checked?