Преглед изворни кода

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,
     },