Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Site Editor: Templat list fallback to slug
  • Loading branch information
Mamaduka committed Nov 30, 2021
commit db030cc1f3b4c81ce7879582efa678f7cc848670
3 changes: 2 additions & 1 deletion packages/edit-site/src/components/list/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export default function Table( { templateType } ) {
postType: template.type,
} ) }
>
{ template.title.rendered }
{ template.title?.rendered ||
template.slug }
</a>
</Heading>
{ template.description }
Expand Down