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.
2 parents ab5554a + bba82f5 commit 5570729Copy full SHA for 5570729
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