Skip to content

Commit

Permalink
Merge pull request #2168 from athensresearch/revert-2167-revert-2166-…
Browse files Browse the repository at this point in the history
…row-title

Revert "Revert "fix: row title is addressed by full name""
  • Loading branch information
filipesilva authored Apr 27, 2022
2 parents 43bd906 + ee53b5b commit 1015ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/AllPagesTable/AllPagesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const AllPagesTable = ({ sortedPages, onClickItem, sortedBy, sortDirectio
const rows = React.useMemo(() => sortedPages.map((row) => {
return {
...row,
onClick: (e) => onClickItem(e, row.title),
onClick: (e) => onClickItem(e, row[":node/title"]),
":edit/time": dateFormatFn(row[":edit/time"]),
":create/time": dateFormatFn(row[":create/time"]),
}
Expand Down

1 comment on commit 1015ee9

@vercel
Copy link

@vercel vercel bot commented on 1015ee9 Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.