Skip to content

Commit

Permalink
Fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored and ramonjd committed Jun 5, 2024
1 parent 54d748a commit cc5ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function EditSiteEditor( { isLoading } ) {
postWithTemplate ? contextPostType : editedPostType
}
postId={ postWithTemplate ? contextPostId : editedPostId }
templateId={ postWithTemplate ? contextPostId : undefined }
templateId={ postWithTemplate ? editedPostId : undefined }
settings={ settings }
className={ clsx( 'edit-site-editor__editor-interface', {
'show-icon-labels': showIconLabels,
Expand Down

0 comments on commit cc5ac31

Please sign in to comment.