We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bd88c commit a52c0d4Copy full SHA for a52c0d4
src/biorepo_components/BiorepoChecklistsContent.jsx
@@ -21,7 +21,7 @@ function renderNode(nodes: any[], depth = 0) {
21
: null;
22
23
const nodeContent = collidLink ? (
24
- <Link href={collidLink} color="primary" underline="always">
+ <Link href={collidLink} color="primary" underline="always" target="_self">
25
<Typography color="inherit">{node.name}</Typography>
26
</Link>
27
) : (
0 commit comments