Skip to content

Commit

Permalink
DataViews: Fix author sorting in templates and template parts
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 24, 2024
1 parent 80b25d3 commit bc93224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default function PageTemplatesTemplateParts( { postType } ) {
data: filteredData,
view,
fields,
textFields: [ 'title' ],
textFields: [ 'title', 'author' ],
} );
}
// Handle pagination.
Expand Down

0 comments on commit bc93224

Please sign in to comment.