Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 4, 2025
1 parent ed22471 commit 2aa7380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vue/sorting/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const columns = columnHelper.columns([
footer: (props) => props.column.id,
}),
columnHelper.accessor((row) => row.lastName, {
id: 'lastName',
id: 'lastName',
cell: (info) => info.getValue(),
header: () => h('span', 'Last Name'),
footer: (props) => props.column.id,
Expand Down

0 comments on commit 2aa7380

Please sign in to comment.