diff --git a/packages/form/addon/components/cf-field/input/radio.hbs b/packages/form/addon/components/cf-field/input/radio.hbs index 4a9e19b1f..3c3403635 100644 --- a/packages/form/addon/components/cf-field/input/radio.hbs +++ b/packages/form/addon/components/cf-field/input/radio.hbs @@ -23,7 +23,7 @@ {{/if}} {{/each}} -{{#if (and (and @field.optional @field.answer.value) (not @disabled))}} +{{#if (and @field.optional @field.answer.value (not @disabled))}}
{{t "caluma.form.power-select.reset"}}