We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeb6af commit 2043731Copy full SHA for 2043731
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/src/components/featured-image.js
@@ -11,11 +11,11 @@ let FeaturedTransformationsToggle = ( props ) => {
11
return (
12
<>
13
{ props.modalClass &&
14
- <ToggleControl
15
- label={ __( 'Overwrite Transformations', 'cloudinary' ) }
16
- checked={ props.overwrite_featured_transformations }
17
- onChange={ ( value ) => props.setOverwrite( value ) }
18
- />
+ <ToggleControl
+ label={ __( 'Overwrite Transformations', 'cloudinary' ) }
+ checked={ props.overwrite_featured_transformations }
+ onChange={ ( value ) => props.setOverwrite( value ) }
+ />
19
}
20
</>
21
);
0 commit comments