Skip to content

Commit

Permalink
refactor(cf-field-input-radio): reset radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar authored and anehx committed Feb 16, 2024
1 parent f271387 commit ebcd822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form/addon/components/cf-field/input/radio.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{/if}}
</label>
{{/each}}
{{#if (and (and @field.optional @field.answer.value) (not @disabled))}}
{{#if (and @field.optional @field.answer.value (not @disabled))}}
<br />
<a href="" data-test-radio-reset {{on "click" this.reset}}>
{{t "caluma.form.power-select.reset"}}
Expand Down

0 comments on commit ebcd822

Please sign in to comment.