diff --git a/app/components/Sidebar/components/Collections.tsx b/app/components/Sidebar/components/Collections.tsx index 3ff866957..8da3ac815 100644 --- a/app/components/Sidebar/components/Collections.tsx +++ b/app/components/Sidebar/components/Collections.tsx @@ -23,6 +23,13 @@ function Collections() { const { t } = useTranslation(); const orderedCollections = collections.orderedData; + const params = React.useMemo( + () => ({ + limit: 100, + }), + [] + ); + const [ { isCollectionDropping, isDraggingAnyCollection }, dropToReorderCollection, @@ -47,7 +54,7 @@ function Collections() { }