Skip to content

Commit 2aa7380

Browse files
ci: apply automated fixes
1 parent ed22471 commit 2aa7380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vue/sorting/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const columns = columnHelper.columns([
2626
footer: (props) => props.column.id,
2727
}),
2828
columnHelper.accessor((row) => row.lastName, {
29-
id: 'lastName',
29+
id: 'lastName',
3030
cell: (info) => info.getValue(),
3131
header: () => h('span', 'Last Name'),
3232
footer: (props) => props.column.id,

0 commit comments

Comments
 (0)