Skip to content

Commit

Permalink
Add help text to SelectControl
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Mar 14, 2023
1 parent a2b1c11 commit 7764547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/gallery/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ function GalleryEdit( props ) {
<SelectControl
__nextHasNoMarginBottom
label={ __( 'Image size' ) }
help={ __(
'Select the size of the source image.'
) }
value={ sizeSlug }
options={ imageSizeOptions }
onChange={ updateImagesSize }
Expand Down

0 comments on commit 7764547

Please sign in to comment.