Skip to content

Commit

Permalink
Remove old classname and bad property from new block manager button
Browse files Browse the repository at this point in the history
  • Loading branch information
brentswisher committed Sep 11, 2019
1 parent d52429c commit 5c78b86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block-editor/src/components/inserter/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,8 @@ export class InserterMenu extends Component {
}
<br />
<Button
isButton
isDefault
className="editor-inserter__block-manager-button block-editor-inserter__block-manager-button"
className="block-editor-inserter__block-manager-button"
onClick={ () => openModal( 'edit-post/manage-blocks' ) }
>
{ __( 'Manage Blocks' ) }
Expand Down

0 comments on commit 5c78b86

Please sign in to comment.