Skip to content

Commit

Permalink
Merge pull request #1994 from lucasstark/patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
aduth authored Jul 24, 2017
2 parents 4c80511 + db623db commit e82a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/inspector-controls/select-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function SelectControl( { label, selected, instanceId, onBlur, options = [], ...
value={ option.value }
selected={ option.value === selected }
>
{ label }
{ option.label }
</option>
) }
</select>
Expand Down

0 comments on commit e82a407

Please sign in to comment.