Skip to content

Commit

Permalink
Move query blocks new post link to new slot
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Nov 21, 2022
1 parent 510b3e6 commit b322536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/query/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const queryTopInspectorControls = createHigherOrderComponent(

return (
<>
<InspectorControls>
<InspectorControls __experimentalGroup="blockInformation">
<CreateNewPostLink { ...props } />
</InspectorControls>
<BlockEdit key="edit" { ...props } />
Expand Down

0 comments on commit b322536

Please sign in to comment.