Skip to content

Commit

Permalink
Remove the block group in InspectorControls
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Aug 19, 2021
1 parent 924c406 commit e3309e8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
import { createSlotFill } from '@wordpress/components';

const InspectorControlsDefault = createSlotFill( 'InspectorControls' );
const InspectorControlsBlock = createSlotFill( 'InspectorControlsBlock' );
const InspectorControlsAdvanced = createSlotFill( 'InspectorAdvancedControls' );

const groups = {
default: InspectorControlsDefault,
block: InspectorControlsBlock,
advanced: InspectorControlsAdvanced,
};

Expand Down

0 comments on commit e3309e8

Please sign in to comment.