Remove unsupported property
This property should not be supported anymore in WP 6.8
This commit is contained in:
@@ -51,7 +51,6 @@ function SidebarContent( props: Props ) {
|
|||||||
}
|
}
|
||||||
icon={ drawerRight }
|
icon={ drawerRight }
|
||||||
scope={ storeName }
|
scope={ storeName }
|
||||||
smallScreenTitle={ __( 'No title', 'mailpoet' ) }
|
|
||||||
isActiveByDefault
|
isActiveByDefault
|
||||||
{ ...props }
|
{ ...props }
|
||||||
>
|
>
|
||||||
|
@@ -34,7 +34,6 @@ export function RawStylesSidebar( props: Props ): JSX.Element {
|
|||||||
closeLabel={ __( 'Close styles sidebar', 'mailpoet' ) }
|
closeLabel={ __( 'Close styles sidebar', 'mailpoet' ) }
|
||||||
icon={ styles }
|
icon={ styles }
|
||||||
scope={ storeName }
|
scope={ storeName }
|
||||||
smallScreenTitle={ __( 'No title', 'mailpoet' ) }
|
|
||||||
{ ...props }
|
{ ...props }
|
||||||
>
|
>
|
||||||
<NavigatorProvider initialPath="/">
|
<NavigatorProvider initialPath="/">
|
||||||
|
Reference in New Issue
Block a user