Remove unsupported property

This property should not be supported anymore in WP 6.8
This commit is contained in:
Jan Lysý
2025-04-09 15:53:48 +02:00
committed by Ján Mikláš
parent 5acd301b78
commit e1881eb43d
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ function SidebarContent( props: Props ) {
} }
icon={ drawerRight } icon={ drawerRight }
scope={ storeName } scope={ storeName }
smallScreenTitle={ __( 'No title', 'mailpoet' ) }
isActiveByDefault isActiveByDefault
{ ...props } { ...props }
> >

View File

@@ -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="/">