소스 검색

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

feat(insights): increased publishers page size
Alexandru Cambose 3 달 전
부모
커밋
44e489b0fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/insights/src/components/PriceComponentsCard/index.tsx

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

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