From ebcd822c65b8639f6449a702e74a8129f14f718d Mon Sep 17 00:00:00 2001 From: Mitan Omar Date: Fri, 16 Feb 2024 17:25:40 +0100 Subject: [PATCH] refactor(cf-field-input-radio): reset radio button --- packages/form/addon/components/cf-field/input/radio.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}