Skip to content

Commit

Permalink
Add key to the Select control
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Jan 16, 2025
1 parent 5339dde commit 0fecadc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const JetpackDatePicker = props => {
index: 1,
element: (
<SelectControl
key="date-format"
label={ __( 'Date Format', 'jetpack-forms' ) }
options={ DATE_FORMATS.map( ( { value, label: optionLabel, example } ) => ( {
value,
Expand Down

0 comments on commit 0fecadc

Please sign in to comment.