Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Featured Image: fix select-default-value
  • Loading branch information
shimotmk committed Feb 9, 2026
commit 5b9479e82293d5d72a382c6811193e27fd4da71d
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const DimensionControls = ( {
<SelectControl
__next40pxDefaultSize
label={ __( 'Aspect ratio' ) }
value={ aspectRatio }
value={ aspectRatio || 'auto' }
options={ aspectRatioOptions }
onChange={ ( nextAspectRatio ) =>
setAttributes( { aspectRatio: nextAspectRatio } )
Expand Down
Loading