Skip to content

Commit

Permalink
fix #833
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Nov 21, 2024
1 parent 2e695c1 commit b78f10b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/blocks/items/item/banner/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,7 @@ export default function ( {
blur !== metadata.attributes.blur.default
}
isShownByDefault
label={ __(
'Image aspect ratio',
'snow-monkey-blocks'
) }
label={ __( 'Shade off', 'snow-monkey-blocks' ) }
onDeselect={ () =>
setAttributes( {
blur: metadata.attributes.blur.default,
Expand Down

0 comments on commit b78f10b

Please sign in to comment.