Skip to content

Commit c51b6da

Browse files
committed
[UI] fixes raised in PR review (#34798)
1 parent 40b115f commit c51b6da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/lib/core/addon/components/form-field.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,9 @@
194194
{{else if (or (eq @attr.type "boolean") (eq @attr.options.editType "boolean"))}}
195195
<Hds::Form::Checkbox::Field
196196
name={{@attr.name}}
197-
id={{@attr.name}}
197+
@id={{@attr.name}}
198198
checked={{get @model @attr.name}}
199199
disabled={{this.disabled}}
200-
@isInvalid={{this.validationError}}
201200
{{on "change" this.onChangeWithEvent}}
202201
data-test-input={{@attr.name}}
203202
as |F|

0 commit comments

Comments
 (0)