Skip to content

Commit a74a3cc

Browse files
committed
Adjust label
1 parent 6584436 commit a74a3cc

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

src/components/editMeasure/populationCriteria/QDMReporting/QDMReporting.tsx

+10-17
Original file line numberDiff line numberDiff line change
@@ -161,23 +161,16 @@ const QDMReporting = () => {
161161
<div id="reporting" data-testid="reporting">
162162
<Grid>
163163
<div>
164-
<FieldLabel
165-
htmlFor="rate-aggregation"
166-
id="rate-aggregation-label"
167-
>
168-
Rate Aggregation
169-
</FieldLabel>
170-
<FieldSeparator>
171-
<TextArea
172-
disabled={!canEdit}
173-
name="rate-aggregation"
174-
id="rate-aggregation"
175-
autoComplete="rate-aggregation"
176-
placeholder="Rate Aggregation"
177-
data-testid="rateAggregationText"
178-
{...formik.getFieldProps("rateAggregation")}
179-
/>
180-
</FieldSeparator>
164+
<TextArea
165+
disabled={!canEdit}
166+
label="Rate Aggregation"
167+
name="rate-aggregation"
168+
id="rate-aggregation"
169+
autoComplete="rate-aggregation"
170+
placeholder="Rate Aggregation"
171+
data-testid="rateAggregationText"
172+
{...formik.getFieldProps("rateAggregation")}
173+
/>
181174
</div>
182175
<div />
183176
<div>

0 commit comments

Comments
 (0)