We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a0fbf commit f6602c6Copy full SHA for f6602c6
src/plugins/presentation_util/public/components/controls/control_group/editor/edit_control_group.tsx
@@ -106,7 +106,7 @@ export const EditControlGroup = ({ closeFlyout }: { closeFlyout: () => void }) =
106
</EuiFormRow>
107
<EuiSpacer size="s" />
108
<EuiCheckbox
109
- id="widthsCheckbox"
+ id="editControls_setAllSizesCheckbox"
110
label={ControlGroupStrings.management.getSetAllWidthsToDefaultTitle()}
111
checked={state.setAllWidths}
112
onChange={(e) => setState((s) => ({ ...s, setAllWidths: e.target.checked }))}
0 commit comments