Skip to content

Commit f6602c6

Browse files
committed
changed to more specific id
1 parent a7a0fbf commit f6602c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/presentation_util/public/components/controls/control_group/editor/edit_control_group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const EditControlGroup = ({ closeFlyout }: { closeFlyout: () => void }) =
106106
</EuiFormRow>
107107
<EuiSpacer size="s" />
108108
<EuiCheckbox
109-
id="widthsCheckbox"
109+
id="editControls_setAllSizesCheckbox"
110110
label={ControlGroupStrings.management.getSetAllWidthsToDefaultTitle()}
111111
checked={state.setAllWidths}
112112
onChange={(e) => setState((s) => ({ ...s, setAllWidths: e.target.checked }))}

0 commit comments

Comments
 (0)