Skip to content

Commit

Permalink
fix: Remove help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dhananjaykuber committed Feb 13, 2025
1 parent ce4aea4 commit 74467c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/block-library/src/media-text/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,6 @@ function MediaTextEdit( {
setAttributes( { aspectRatio: value } )
}
disabled={ imageFill }
help={
imageFill
? __(
'Aspect ratio cannot be changed while "Crop image to fill" is enabled'
)
: undefined
}
/>
</ToolsPanelItem>
) }
Expand Down

0 comments on commit 74467c8

Please sign in to comment.