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 }
|
||||
scope={ storeName }
|
||||
smallScreenTitle={ __( 'No title', 'mailpoet' ) }
|
||||
isActiveByDefault
|
||||
{ ...props }
|
||||
>
|
||||
|
@@ -34,7 +34,6 @@ export function RawStylesSidebar( props: Props ): JSX.Element {
|
||||
closeLabel={ __( 'Close styles sidebar', 'mailpoet' ) }
|
||||
icon={ styles }
|
||||
scope={ storeName }
|
||||
smallScreenTitle={ __( 'No title', 'mailpoet' ) }
|
||||
{ ...props }
|
||||
>
|
||||
<NavigatorProvider initialPath="/">
|
||||
|
Reference in New Issue
Block a user