mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Fixed: styles for the block "UM access Controls"
This commit is contained in:
@@ -65,7 +65,8 @@ var um_block_restriction = wp.compose.createHigherOrderComponent( function( Bloc
|
||||
wp.element.createElement(
|
||||
wp.components.PanelBody,
|
||||
{
|
||||
title: wp.i18n.__( 'UM access Controls', 'ultimate-member' )
|
||||
title: wp.i18n.__( 'UM access Controls', 'ultimate-member' ),
|
||||
className: 'um_block_settings'
|
||||
},
|
||||
wp.element.createElement(
|
||||
wp.components.ToggleControl,
|
||||
|
||||
Reference in New Issue
Block a user