Explorar o código

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

feat(insights): increased publishers page size
Alexandru Cambose hai 3 meses
pai
achega
44e489b0fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
     },