Skip to content

Commit

Permalink
Post Actions: Don't export duplicatePostAction for now (#61407)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf authored May 13, 2024
1 parent f87fd21 commit 4e665b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-actions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ const renamePostAction = {
},
};

export const duplicatePostAction = {
const duplicatePostAction = {
id: 'duplicate-post',
label: _x( 'Duplicate', 'action label' ),
isEligible( { status } ) {
Expand Down

0 comments on commit 4e665b8

Please sign in to comment.