Skip to content

Commit

Permalink
Set accessorFn so column actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Oct 18, 2023
1 parent e461441 commit bfd825d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/page-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default function PagePages() {
{
header: 'Date',
id: 'date',
getValue: ( { item } ) => item.date,
render: ( { item } ) => {
const formattedDate = dateI18n(
getSettings().formats.datetimeAbbreviated,
Expand Down

0 comments on commit bfd825d

Please sign in to comment.