Skip to content

Commit

Permalink
Fix patterns sorting by title
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jul 18, 2024
1 parent 0a7e10d commit 6cb1900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/page-patterns/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export default function DataviewsPatterns() {
{
header: __( 'Title' ),
id: 'title',
getValue: ( { item } ) => item.title?.raw || item.title,
render: ( { item } ) => <Title item={ item } />,
enableHiding: false,
},
Expand Down

0 comments on commit 6cb1900

Please sign in to comment.