Skip to content

Commit

Permalink
increased campaigns paging to 10 (#1289)
Browse files Browse the repository at this point in the history
Co-authored-by: quantum-grit <[email protected]>
  • Loading branch information
quantum-grit and quantum-grit authored Jan 16, 2023
1 parent 9f120a5 commit e744895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/campaigns/grid/CampaignGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export default function CampaignGrid() {
}}
rows={data || []}
columns={columns}
pageSize={5}
pageSize={10}
editMode="row"
autoHeight
autoPageSize
Expand Down

0 comments on commit e744895

Please sign in to comment.