Skip to content

Commit bbaf5f7

Browse files
committed
removed this.labelString guard per agreement
see #30788
1 parent c51b6da commit bbaf5f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@
201201
data-test-input={{@attr.name}}
202202
as |F|
203203
>
204-
{{#if this.labelString}}
205-
<F.Label data-test-form-field-label>{{this.labelString}}</F.Label>
206-
{{/if}}
204+
<F.Label data-test-form-field-label>{{this.labelString}}</F.Label>
207205
{{#if (or this.helpTextString @attr.options.subText)}}
208206
<F.HelperText>
209207
{{#if this.helpTextString}}

0 commit comments

Comments
 (0)