Skip to content

Commit 703894b

Browse files
committed
feat: increased publishers page size
1 parent c166d1c commit 703894b

File tree

1 file changed

+1
-1
lines changed
  • apps/insights/src/components/PriceComponentsCard

1 file changed

+1
-1
lines changed

apps/insights/src/components/PriceComponentsCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const ResolvedPriceComponentsCard = <
201201
}
202202
},
203203
{
204-
defaultPageSize: 20,
204+
defaultPageSize: 50,
205205
defaultSort: "name",
206206
defaultDescending: false,
207207
},

0 commit comments

Comments
 (0)