Skip to content

Commit

Permalink
Editor: Restore the 'PluginPostStatusInfo' slot position (#66665)
Browse files Browse the repository at this point in the history
Unlinked contributors: laurelfulford.

Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: up1512001 <up1512001@git.wordpress.org>
  • Loading branch information
3 people authored and gutenbergplugin committed Nov 1, 2024
1 parent 152cd9d commit 2d7504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/sidebar/post-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ export default function PostSummary( { onActionPerformed } ) {
<PostsPerPage />
<SiteDiscussion />
<PostFormatPanel />
{ fills }
</VStack>
<PostTrash
onActionPerformed={ onActionPerformed }
/>
{ fills }
</VStack>
) }
</VStack>
Expand Down

1 comment on commit 2d7504e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 2d7504e.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11625952321
📝 Reported issues:

Please sign in to comment.