Hidden tag inconsistency (#45679)
* Header tag Hidden now is aligned with the Visibility: Hidden from the pre publish modal * Add changelog file
This commit is contained in:
parent
506a8b0086
commit
617b49464e
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Header tag Hidden now is aligned with the Visibility: Hidden from the pre publish modal
|
|
@ -134,7 +134,7 @@ export function Header( {
|
|||
);
|
||||
}
|
||||
if (
|
||||
( productStatus !== 'future' && catalogVisibility === 'hidden' ) ||
|
||||
( productStatus !== 'future' && catalogVisibility !== 'visible' ) ||
|
||||
( isVariation && productStatus === 'private' )
|
||||
) {
|
||||
tags.push(
|
||||
|
|
Loading…
Reference in New Issue