Skip to content

Commit

Permalink
Fix duplicate action
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 28, 2024
1 parent f0e4e0b commit f57bb59
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 @@ -1053,7 +1053,7 @@ export const duplicateTemplatePartAction = {
defaultTitle={ sprintf(
/* translators: %s: Existing template part title */
__( '%s (Copy)' ),
item.title
getItemTitle( item )
) }
onCreate={ onTemplatePartSuccess }
onError={ closeModal }
Expand Down

0 comments on commit f57bb59

Please sign in to comment.