File tree 1 file changed +10
-17
lines changed
src/components/editMeasure/populationCriteria/QDMReporting
1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -161,23 +161,16 @@ const QDMReporting = () => {
161
161
< div id = "reporting" data-testid = "reporting" >
162
162
< Grid >
163
163
< 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
+ />
181
174
</ div >
182
175
< div />
183
176
< div >
You can’t perform that action at this time.
0 commit comments