Skip to content

Commit bba82f5

Browse files
committed
added new uncategorized relation that can be used in galleries
1 parent ab5554a commit bba82f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-notion-x/src/third-party/collection-view-gallery.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const CollectionViewGallery: React.FC<CollectionViewProps> = ({
3535

3636
const blockIds =
3737
(collectionData['collection_group_results']?.blockIds ??
38+
collectionData['results:relation:uncategorized']?.blockIds ??
3839
collectionData.blockIds) ||
3940
defaultBlockIds
4041

0 commit comments

Comments
 (0)