ソースを参照

Merge pull request #2960 from pyth-network/feat/publishers-page-size

feat(insights): increased publishers page size
Alexandru Cambose 3 ヶ月 前
コミット
44e489b0fd

+ 1 - 1
apps/insights/src/components/PriceComponentsCard/index.tsx

@@ -201,7 +201,7 @@ export const ResolvedPriceComponentsCard = <
       }
     },
     {
-      defaultPageSize: 20,
+      defaultPageSize: 50,
       defaultSort: "name",
       defaultDescending: false,
     },