Skip to content

Commit

Permalink
fix(core): block links in doc info (#8324)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Sep 20, 2024
1 parent 4eb4c23 commit 8d4cc6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const LinksRow = ({
<AffinePageReference
key={index}
pageId={link.docId}
params={'params' in link ? link.params : undefined}
wrapper={props => (
<div className={styles.wrapper} onClick={onClick} {...props} />
)}
Expand Down

0 comments on commit 8d4cc6a

Please sign in to comment.