Skip to content

Commit

Permalink
Site Editor: Change ToolsMoreMenuGroup slot-fill name (#36146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored and andrewserong committed Nov 10, 2021
1 parent 84f1f87 commit 1119b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { createSlotFill, MenuGroup } from '@wordpress/components';
import { __ } from '@wordpress/i18n';

const { Fill: ToolsMoreMenuGroup, Slot } = createSlotFill(
'ToolsMoreMenuGroup'
'EditSiteToolsMoreMenuGroup'
);

ToolsMoreMenuGroup.Slot = ( { fillProps } ) => (
Expand Down

0 comments on commit 1119b76

Please sign in to comment.