Skip to content

Commit

Permalink
Rename aspect to ratio to carry the defaultAspect (#69085)
Browse files Browse the repository at this point in the history
Co-authored-by: yogeshbhutkar <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: mikinchauhan <[email protected]>
  • Loading branch information
4 people authored Feb 12, 2025
1 parent 0740acc commit a507759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function AspectRatioDropdown( { toggleProps } ) {
{
slug: 'original',
name: __( 'Original' ),
aspect: defaultAspect,
ratio: defaultAspect,
},
...( showDefaultRatios
? defaultRatios
Expand Down

0 comments on commit a507759

Please sign in to comment.