Skip to content

Commit

Permalink
fix: silence any error
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-murphy committed Jul 12, 2024
1 parent 94b542f commit c935ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PublicationsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export function PublicationsTable() {
getSortedRowModel: getSortedRowModel(),
manualFiltering: true,
manualPagination: true,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
onPaginationChange: setPagination as any,
pageCount: Math.ceil(count / pagination.pageSize),
getPaginationRowModel: getPaginationRowModel(),
Expand Down

0 comments on commit c935ae6

Please sign in to comment.