Skip to content

Commit

Permalink
Move query block new post link to new slot
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 31, 2022
1 parent 186276f commit 1279985
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="general">
<CreateNewPostLink { ...props } />
</InspectorControls>
<BlockEdit key="edit" { ...props } />
Expand Down

0 comments on commit 1279985

Please sign in to comment.