[CYS on core] Set the default width after logo update (#45384)
* Set default width after logo update * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
d6cbbfb4d2
commit
60d93e447f
|
@ -110,6 +110,7 @@ const useLogoEdit = ( {
|
|||
}
|
||||
|
||||
setLogo( media.id, shouldForceSync );
|
||||
setAttributes( { width: DEFAULT_LOGO_WIDTH } );
|
||||
};
|
||||
|
||||
const onInitialSelectLogo = ( media: { id: string; url: string } ) => {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
CYS - Set a default width for the site logo after uploading it.
|
Loading…
Reference in New Issue