Skip to content

Commit

Permalink
Remove leftover suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jan 23, 2024
1 parent 166b279 commit 106049f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default function PageTemplatesTemplateParts( { postType } ) {

const { records, isResolving: isLoadingData } = useEntityRecords(
'postType',
TEMPLATE_POST_TYPE,
postType,
{
per_page: -1,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function SidebarNavigationScreenTemplatesBrowse() {
// accessed the Patterns page, return to the dashboard.
isRoot={ isTemplatePartsMode && ! didAccessPatternsPage }
title={ config[ postType ].title }
description={ config[ postType ].description + 'ok' }
description={ config[ postType ].description }
backPath={ config[ postType ].backPath }
content={
<DataviewsTemplatesSidebarContent activeView={ activeView } />
Expand Down

0 comments on commit 106049f

Please sign in to comment.