Skip to content

Commit

Permalink
Re Add: Move to trash button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Sep 5, 2024
1 parent 05a12eb commit 81d9da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/editor/src/components/sidebar/post-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import PostsPerPage from '../posts-per-page';
import SiteDiscussion from '../site-discussion';
import { store as editorStore } from '../../store';
import { PrivatePostLastRevision } from '../post-last-revision';
import PostTrash from '../post-trash';

/**
* Module Constants
Expand Down Expand Up @@ -86,6 +87,7 @@ export default function PostSummary( { onActionPerformed } ) {
<PostsPerPage />
<SiteDiscussion />
<PostFormatPanel />
<PostTrash />
</VStack>
{ fills }
</VStack>
Expand Down

0 comments on commit 81d9da3

Please sign in to comment.