This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: increase open collections limit to unify rows

+1 -1
+1 -1
src/webapp/features/collections/lib/queries/useSearchCollections.tsx
··· 18 18 } 19 19 20 20 export default function useSearchCollections(props: Props) { 21 - const limit = props?.limit ?? 15; 21 + const limit = props?.limit ?? 16; 22 22 23 23 return useInfiniteQuery<GetCollectionsResponse>({ 24 24 queryKey: collectionKeys.search(