Skip to content

Commit fc3fd56

Browse files
authored
Merge pull request NotionX#385 from NotionX/add-link-property
allow a links to be used in board and galleries
2 parents d6ab1ba + e3d9675 commit fc3fd56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export const CollectionCard: React.FC<CollectionCardProps> = ({
118118
...ctx.components,
119119
// Disable <a> tabs in all child components so we don't create invalid DOM
120120
// trees with stacked <a> tags.
121-
Link: dummyLink,
122121
PageLink: dummyLink
123122
}}
124123
>

0 commit comments

Comments
 (0)