Skip to content

Commit

Permalink
Improve SlotFill naming for consistency
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
aaronrobertshaw and gziolo authored Aug 24, 2021
1 parent 852267f commit 336d423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createSlotFill } from '@wordpress/components';
const InspectorControlsDefault = createSlotFill( 'InspectorControls' );
const InspectorControlsAdvanced = createSlotFill( 'InspectorAdvancedControls' );
const InspectorControlsDimensions = createSlotFill(
'InspectorDimensionsControls'
'InspectorControlsDimensions'
);

const groups = {
Expand Down

0 comments on commit 336d423

Please sign in to comment.