diff --git a/app/components/Sidebar/components/Collections.tsx b/app/components/Sidebar/components/Collections.tsx index 30be0a624..2549b4886 100644 --- a/app/components/Sidebar/components/Collections.tsx +++ b/app/components/Sidebar/components/Collections.tsx @@ -43,6 +43,10 @@ function Collections() { }), }); + React.useEffect(() => { + collections.fetchPage({ limit: 100 }); + }, [collections]); + return (
@@ -50,8 +54,6 @@ function Collections() { } heading={ isDraggingAnyCollection ? (