Skip to content

Commit 7ca14c8

Browse files
committed
wip test with 3 per page
1 parent 6ab25c5 commit 7ca14c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/teams/TeamUsage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function TeamUsage() {
7777
attributionId,
7878
fromDate: startDateOfBillMonth,
7979
toDate: endDateOfBillMonth,
80-
perPage: 50,
80+
perPage: 3,
8181
page,
8282
};
8383
try {

0 commit comments

Comments
 (0)