Skip to content

Commit

Permalink
fix table helper type
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 7, 2025
1 parent 4c8ba70 commit 10334bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vue/filters/src/tableHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export const tableHelper = createTableHelper({
facetedMinMaxValues: createFacetedMinMaxValues(),
facetedUniqueValues: createFacetedUniqueValues(),
},
TData: {} as Array<Person>,
TData: {} as Person,
})

0 comments on commit 10334bf

Please sign in to comment.