Skip to content

Commit

Permalink
changed to more specific id
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Oct 19, 2021
1 parent a7a0fbf commit f6602c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const EditControlGroup = ({ closeFlyout }: { closeFlyout: () => void }) =
</EuiFormRow>
<EuiSpacer size="s" />
<EuiCheckbox
id="widthsCheckbox"
id="editControls_setAllSizesCheckbox"
label={ControlGroupStrings.management.getSetAllWidthsToDefaultTitle()}
checked={state.setAllWidths}
onChange={(e) => setState((s) => ({ ...s, setAllWidths: e.target.checked }))}
Expand Down

0 comments on commit f6602c6

Please sign in to comment.