We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5554a commit bba82f5Copy full SHA for bba82f5
packages/react-notion-x/src/third-party/collection-view-gallery.tsx
@@ -35,6 +35,7 @@ export const CollectionViewGallery: React.FC<CollectionViewProps> = ({
35
36
const blockIds =
37
(collectionData['collection_group_results']?.blockIds ??
38
+ collectionData['results:relation:uncategorized']?.blockIds ??
39
collectionData.blockIds) ||
40
defaultBlockIds
41
0 commit comments