Skip to content

Commit 5ab8aca

Browse files
jennurzzacharo
authored andcommitted
bucket aggregation: add id to checkbox
1 parent e8670b8 commit 5ab8aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/BucketAggregation/BucketAggregationValues.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const ValueElement = ({
152152
<List.Item key={bucket.key}>
153153
<Checkbox
154154
label={label}
155+
id={`${bucket.key}-agg-value-checkbox`}
155156
value={bucket.key}
156157
onClick={() => onFilterClicked(bucket.key)}
157158
checked={isSelected}

0 commit comments

Comments
 (0)