Skip to content

Commit

Permalink
chore(bi): increase page size (PostHog#28144)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE authored Jan 31, 2025
1 parent 1a61f17 commit afaf938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const Table = (props: TableProps): JSX.Element => {
dataSource={tabularData}
columns={tableColumns}
loading={responseLoading}
pagination={{ pageSize: 100 }}
pagination={{ pageSize: 2000 }}
emptyState={
responseError ? (
<InsightErrorState
Expand Down

0 comments on commit afaf938

Please sign in to comment.