fix(core): block links in doc info (#8324)

![Screenshot 2024-09-20 at 14.43.16.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/8ypiIKZXudF5a0tIgIzf/b83212c8-c8c2-4fb8-8b03-b939a9741e0f.png)
This commit is contained in:
fundon
2024-09-20 06:54:09 +00:00
parent 4eb4c23e4a
commit 8d4cc6a1db

View File

@@ -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} />
)}